fix trivial duplication

db4
Doug Coleman 2008-01-12 14:58:42 -10:00
parent 80d129191e
commit bcaea26f32
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ M: float-regs push-return-reg
: FLD 4 = [ FLDS ] [ FLDL ] if ;
: load/store-float-return reg-size >r stack-reg swap [+] r> ;
: load/store-float-return reg-size >r stack@ r> ;
M: float-regs load-return-reg load/store-float-return FLD ;
M: float-regs store-return-reg load/store-float-return FSTP ;