mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
riscv: Pack the veneer struct
This commit is contained in:
parent
775d11b21e
commit
76549a674a
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ bless_function_pointer(void *ptr)
|
|||
/*
|
||||
* Veneers
|
||||
*/
|
||||
struct veneer{
|
||||
struct __attribute__((packed)) veneer{
|
||||
instr_t auipc;
|
||||
instr_t load; // `ld` in RV64 and `lw` in RV32
|
||||
instr_t jalr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue