diff options
author | Autechre | 2021-03-17 07:20:55 +0100 |
---|---|---|
committer | GitHub | 2021-03-17 07:20:55 +0100 |
commit | 85ba903b19f9ef39c80906680dd210f259b5160c (patch) | |
tree | f9adf1475cbaa9621bb22eb02c7452a3b6c62922 /x86 | |
parent | b9ac4536757c4c24afaa86b6e3131ec21e407e80 (diff) | |
parent | 34e672ed25f96c3558534ac24523103f3711e58a (diff) | |
download | picogpsp-85ba903b19f9ef39c80906680dd210f259b5160c.tar.gz picogpsp-85ba903b19f9ef39c80906680dd210f259b5160c.tar.bz2 picogpsp-85ba903b19f9ef39c80906680dd210f259b5160c.zip |
Merge pull request #110 from davidgfnet/master
Rewrite the MIPS stub backend to add OpenDingux
Diffstat (limited to 'x86')
-rw-r--r-- | x86/x86_emit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x86/x86_emit.h b/x86/x86_emit.h index 4839618..67a3dc2 100644 --- a/x86/x86_emit.h +++ b/x86/x86_emit.h @@ -2299,4 +2299,6 @@ void function_cc swi_hle_div(void) generate_update_pc(pc); \ generate_indirect_branch_no_cycle_update(type) \ +void init_emitter(void) {} + #endif |