diff options
| author | 2023-06-18 22:26:53 +0200 | |
|---|---|---|
| committer | 2023-06-18 22:26:53 +0200 | |
| commit | 4f979636327bb1acb371d3094554da6cc4672973 (patch) | |
| tree | f1bdf1546eb83991339c1c8eeaf77cbbeb16ff21 /amd64/isel.c | |
| parent | b246b0f1f617d34560402c734630369145c2dee1 (diff) | |
add endian.h for endian dependent stuff
Diffstat (limited to 'amd64/isel.c')
| -rw-r--r-- | amd64/isel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/amd64/isel.c b/amd64/isel.c index 4c0656a..942e962 100644 --- a/amd64/isel.c +++ b/amd64/isel.c @@ -1,4 +1,5 @@ #include "all.h" +#include "../endian.h" static void fixarg(struct function *fn, union ref *r, struct instr *ins, struct block *blk, int *curi) |