Skip to content

Commit

Permalink
fix sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jul 17, 2011
1 parent f93ac82 commit af2d9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/ptrntab.c
Expand Up @@ -3182,8 +3182,8 @@ getsec
X("inc", 1, (P) aptb1INC ) \
X("ins", 2, (P) aptb2INS ) \
X("insb", 0, aptb0INSB ) \
X("insertps", 3, (P) aptb3INSERTPS ) \
X("insd", 0, aptb0INSD ) \
X("insertps", 3, (P) aptb3INSERTPS ) \
X("insw", 0, aptb0INSW ) \
X("int", ITimmed | 1, (P) aptb1INT ) \
X("into", 0, aptb0INTO ) \
Expand Down
2 changes: 1 addition & 1 deletion src/iasm.c
Expand Up @@ -1735,7 +1735,7 @@ printf("usOpcode = %x\n", usOpcode);
usOpcode == 0x660FC5 || // pextrw _r32, _xmm, _imm8
usOpcode == 0x660F3A20 || // pinsrb _xmm, _r32/m8, _imm8
usOpcode == 0x660F3A22 // pinsrd _xmm, _rm32, _imm8
)
)
{
asm_make_modrm_byte(
#ifdef DEBUG
Expand Down

0 comments on commit af2d9ac

Please sign in to comment.