From: Aleksey Demakov Date: Sat, 28 Mar 2009 09:58:19 +0000 (+0000) Subject: fix typos X-Git-Tag: before.move.to.git~18 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=b84576a74e2ca0eff3d51f1160d09c1384457dec;p=francis%2Flibjit.git fix typos --- diff --git a/jit/jit-gen-arm.h b/jit/jit-gen-arm.h index 754911b..9a14b86 100644 --- a/jit/jit-gen-arm.h +++ b/jit/jit-gen-arm.h @@ -60,7 +60,7 @@ typedef enum } ARM_REG; -#ifdef defined(JIT_ARM_HAS_FPA) +#ifdef JIT_ARM_HAS_FPA /* * Floating-point register numbers for the FPA architecture. */ @@ -159,7 +159,7 @@ typedef enum ARM_ORR = 12, /* Bitwise OR */ ARM_MOV = 13, /* Move */ ARM_BIC = 14, /* Test with Op1 & ~Op2 */ - ARM_MVN = 15 /* Bitwise NOT */ + ARM_MVN = 15 /* Bitwise NOT: Negate the content of a word*/ } ARM_OP; @@ -175,7 +175,7 @@ typedef enum } ARM_SHIFT; -#ifdef defined(JIT_ARM_HAS_FPA) +#ifdef JIT_ARM_HAS_FPA /* Floating point definitions for the FPA architecture */ /*