mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-10 15:50:50 +02:00
Add missing jit_htonr to ppc backend.
* lib/jit_ppc-cpu.c, lib/jit_ppc.c: Implement logic for jit_htonr for big endian, so that ppc (big endian) pass the new clobber.tst test case.
This commit is contained in:
parent
adc854f1a7
commit
374f58bb16
3 changed files with 12 additions and 0 deletions
|
@ -744,6 +744,7 @@ _jit_emit(jit_state_t *_jit)
|
|||
case_rr(ext, _uc);
|
||||
case_rr(ext, _s);
|
||||
case_rr(ext, _us);
|
||||
case_rr(hton,);
|
||||
case_rr(neg,);
|
||||
case_rr(com,);
|
||||
case_rr(mov,);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue