Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196705
b: refs/heads/master
c: 62e7bec
h: refs/heads/master
i:
  196703: b0c1a5f
v: v3
  • Loading branch information
Huang Ying authored and Herbert Xu committed Mar 24, 2010
1 parent e94bff5 commit f53d337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 80a6d7db9fa06c29c89ccce0374870ac64a81d3f
refs/heads/master: 62e7bec49479e0c61e8cfd914f722a9ca6fd52e5
4 changes: 2 additions & 2 deletions trunk/arch/x86/include/asm/inst.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f53d337

Please sign in to comment.