mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-19 05:24:35 +03:00
Minor fixes
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
void template_rm32_r32(int calc_type);
|
||||
void calc_rm32_r32_case0to2(uint32_t addr, uint32_t dst, int calc_type);
|
||||
void template_r32_rm32(int calc_type);
|
||||
void calc_r32_rm32(uint32_t *src, uint32_t *dst, int calc_type);
|
||||
void calc_r32_rm32(uint32_t *dst, uint32_t *src, int calc_type);
|
||||
void template_eax_imm32(int calc_type);
|
||||
|
||||
void add_rm32_r32(); // 0x01
|
||||
|
||||
Reference in New Issue
Block a user