diff options
Diffstat (limited to 'src/t_x86-64.h')
| -rw-r--r-- | src/t_x86-64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t_x86-64.h b/src/t_x86-64.h index c0c38ff..91021ed 100644 --- a/src/t_x86-64.h +++ b/src/t_x86-64.h @@ -1,4 +1,4 @@ -#include "../ir/ir.h" +#include "ir.h" #define LIST_REGS(_) \ _(RAX) _(RCX) _(RDX) _(RBX) _(RSP) _(RBP) _(RSI) _(RDI) \ |