cpu.x86.64: rescue from the perils of cut and paste code (fix bug reported by x6j8x)

db4
Joe Groff 2010-08-14 09:14:22 -07:00
parent 1985705413
commit 9472c866da
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ M:: x86.64 %load-reg-param ( vreg rep reg -- )
M:: x86.64 %store-reg-param ( vreg rep reg -- )
reg vreg rep %copy ;
M: x86.32 %discard-reg-param ( rep reg -- )
M: x86.64 %discard-reg-param ( rep reg -- )
2drop ;
M:: x86.64 %unbox ( dst src func rep -- )