diff options
Diffstat (limited to 'src/t_aarch64.h')
| -rw-r--r-- | src/t_aarch64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/t_aarch64.h b/src/t_aarch64.h index 828909e..ad017c1 100644 --- a/src/t_aarch64.h +++ b/src/t_aarch64.h @@ -1,4 +1,4 @@ -#include "../ir/ir.h" +#include "ir.h" enum reg { R0 = 0, |