Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2005-04-07 18:58:28 -0700 (Thu, 07 Apr 2005)
Revision: 7173
Log message:

      Fixed condition codes: 'lt' -> 'l' and 'gt' -> 'g'
      

Changes  Path
+4 -4 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.ml
+4 -4 mpcompiler/mmc/arch/x86/base/mmc_x86_asm.mli
+6 -6 mpcompiler/mmc/arch/x86/base/mmc_x86_cc.ml
+4 -4 mpcompiler/mmc/arch/x86/base/mmc_x86_frame.ml
+5 -3 mpcompiler/mmc/extensions/bool/mmc_ext_bool.ml
+4 -4 mpcompiler/mmc/extensions/int/mmc_x86_int.ml
+6 -6 mpcompiler/mmc/extensions/operator/mmc_ext_operator.ml