mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-21 19:20:21 +02:00
Test and correct test cases in all current backends.
This commit is contained in:
parent
537c85be27
commit
d7f94379ed
4 changed files with 15 additions and 6 deletions
|
@ -1659,7 +1659,7 @@ reverse_jump_code(jit_code_t code)
|
|||
case jit_code_blei_d: return (jit_code_bungti_d);
|
||||
|
||||
case jit_code_beqr_d: return (jit_code_bner_d);
|
||||
case jit_code_beqi_d: return (jit_code_bner_d);
|
||||
case jit_code_beqi_d: return (jit_code_bnei_d);
|
||||
|
||||
case jit_code_bger_d: return (jit_code_bunltr_d);
|
||||
case jit_code_bgei_d: return (jit_code_bunlti_d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue