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
parent
d81dec5d45
commit
d71e2f9577
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue