about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/010core.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/010core.cc b/subx/010core.cc
index 4a70236b..eebd2933 100644
--- a/subx/010core.cc
+++ b/subx/010core.cc
@@ -173,3 +173,4 @@ int32_t imm32(void) {
 #include <iomanip>
 #define HEXBYTE  std::hex << std::setw(2) << std::setfill('0')
 #define HEXWORD  std::hex << std::setw(8) << std::setfill('0')
+#include <stdint.h>
s='oid'>32241605 ^
20d1c905 ^
662d2a27 ^
20d1c905 ^
662d2a27 ^
20d1c905 ^

662d2a27 ^
20d1c905 ^
ce87c19e ^

1ead3562 ^
20d1c905 ^

662d2a27 ^
20d1c905 ^
ce87c19e ^

32241605 ^
20d1c905 ^

1ead3562 ^
bc643692 ^
5497090a ^
20d1c905 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36