Minor fixes

This commit is contained in:
CocoSimone
2022-10-25 21:56:43 +02:00
parent 487160b198
commit 69dbacf43d
12 changed files with 75 additions and 32 deletions

View File

@@ -40,7 +40,6 @@ using s128 = __int128_t;
#define SI_DMA_DELAY (65536 * 2)
enum TLBAccessType {
LOAD, STORE
};