about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-02-28 16:37:18 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-28 16:37:18 +0100
commit6a9836912d6325e1d3ef1a639b06c5d22722e503 (patch)
tree6b2021779a9e62ee09afcf553148e7f86b4e0963 /src/include
parentbdcfd697950197691eff44794d6e8a5f0e1b9a54 (diff)
downloadbox64-6a9836912d6325e1d3ef1a639b06c5d22722e503.tar.gz
box64-6a9836912d6325e1d3ef1a639b06c5d22722e503.zip
[LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that way it's more generic (and sorry about that late minute change)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/dynarec_la464.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/dynarec_la464.h b/src/include/dynarec_la464.h
index 2adb3e98..cf8946f0 100644
--- a/src/include/dynarec_la464.h
+++ b/src/include/dynarec_la464.h
@@ -1,5 +1,5 @@
-#ifndef __DYNAREC_LA464_H_
-#define __DYNAREC_LA464_H_
+#ifndef __DYNAREC_LA64_H_
+#define __DYNAREC_LA64_H_
 
 typedef struct dynablock_s dynablock_t;
 typedef struct x64emu_s x64emu_t;
@@ -7,4 +7,4 @@ typedef struct x64emu_s x64emu_t;
 void CancelBlock64(void);
 void* FillBlock64(dynablock_t* block, uintptr_t addr);
 
-#endif //__DYNAREC_LA464_H_
\ No newline at end of file
+#endif //__DYNAREC_LA64_H_
\ No newline at end of file