From f53d3373c773a4d257cb9c2ab91e0accd837d832 Mon Sep 17 00:00:00 2001 From: Huang Ying Date: Wed, 24 Mar 2010 21:37:57 +0800 Subject: [PATCH] --- yaml --- r: 196705 b: refs/heads/master c: 62e7bec49479e0c61e8cfd914f722a9ca6fd52e5 h: refs/heads/master i: 196703: b0c1a5fdadac8cd0d552d863f38806b4d523fe61 v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/inst.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2dbaa9571db2..918686bb1fa7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 80a6d7db9fa06c29c89ccce0374870ac64a81d3f +refs/heads/master: 62e7bec49479e0c61e8cfd914f722a9ca6fd52e5 diff --git a/trunk/arch/x86/include/asm/inst.h b/trunk/arch/x86/include/asm/inst.h index 840a399701b2..280bf7fb6aba 100644 --- a/trunk/arch/x86/include/asm/inst.h +++ b/trunk/arch/x86/include/asm/inst.h @@ -120,9 +120,9 @@ .macro REG_TYPE type reg R64_NUM reg_type_r64 \reg XMM_NUM reg_type_xmm \reg - .if reg_type_r64 != REG_NUM_INVALID + .if reg_type_r64 <> REG_NUM_INVALID \type = REG_TYPE_R64 - .elseif reg_type_xmm != REG_NUM_INVALID + .elseif reg_type_xmm <> REG_NUM_INVALID \type = REG_TYPE_XMM .else \type = REG_TYPE_INVALID