cpu.x86: Fix shuffle bug. Shuffling bugs occurring in code that runs before optimizer/stack checker is online are only caught at runtime during bootstrap, what a pain

db4
Slava Pestov 2009-07-30 05:12:40 -05:00
parent d81dec5d45
commit d71e2f9577
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ M: x86.32 has-small-reg?
{ 32 [ drop t ] }
} case ;
M: x86.64 has-small-reg? drop t ;
M: x86.64 has-small-reg? 2drop t ;
: small-reg-that-isn't ( exclude -- reg' )
[ have-byte-regs ] dip