Added recompiled versions of FLD1 and FLDZ.
This commit is contained in:
parent
0055238ade
commit
964b20e820
3 changed files with 37 additions and 2 deletions
2
src/codegen_ops_fpu_constant.h
Normal file
2
src/codegen_ops_fpu_constant.h
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
uint32_t ropFLD1(codeblock_t *block, ir_data_t *ir, uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc);
|
||||
uint32_t ropFLDZ(codeblock_t *block, ir_data_t *ir, uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc);
|
||||
Loading…
Reference in a new issue