cpu.x86: "dup pop* push" is just "set-last".

db4
John Benediktsson 2014-11-30 08:27:54 -08:00
parent 380c0099e8
commit a5e7176ec7
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ M:: x86 %dispatch ( src temp -- )
building get length :> end
! Fix up the displacement above
cell alignment
[ end start - + building get dup pop* push ]
[ end start - + building get set-last ]
[ (align-code) ]
bi ;