Fixed a build error on ARM
authorDongyun Jin <dongyun.jin@samsung.com>
Thu, 12 May 2016 06:24:07 +0000 (15:24 +0900)
committerDongyun Jin <dongyun.jin@samsung.com>
Thu, 12 May 2016 06:24:07 +0000 (15:24 +0900)
The recent commit (61fe464) breaks ARM build.
It defines emitInsToJumpKind twice in src/jit/emit.h on ARM.

Signed-off-by: Dongyun Jin <dongyun.jin@samsung.com>
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
src/jit/emit.h

index 41fc46c..ea9d19b 100644 (file)
@@ -1825,7 +1825,6 @@ public:
     static emitJumpKind     emitReverseJumpKind(emitJumpKind jumpKind);
 
 #ifdef _TARGET_ARM_
-    static emitJumpKind     emitInsToJumpKind(instruction ins);
     static unsigned         emitJumpKindCondCode(emitJumpKind jumpKind);
 #endif