Skip to content

Commit

Permalink
sort opcode table
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Apr 28, 2011
1 parent 6526f8b commit 31795e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/ptrntab.c
Expand Up @@ -2643,8 +2643,8 @@ getsec
X("cmpsq", 0, aptb0CMPSQ ) \
X("cmpss", 3, (P) aptb3CMPSS ) \
X("cmpsw", 0, aptb0CMPSW ) \
X("cmpxchg8b", 1, (P) aptb1CMPXCH8B ) \
X("cmpxchg", 2, (P) aptb2CMPXCHG ) \
X("cmpxchg8b", 1, (P) aptb1CMPXCH8B ) \
X("comisd", 2, (P) aptb2COMISD ) \
X("comiss", 2, (P) aptb2COMISS ) \
X("cpuid", 0, aptb0CPUID ) \
Expand Down

0 comments on commit 31795e8

Please sign in to comment.