about summary refs log tree commit diff stats
path: root/subx/010---vm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/010---vm.cc')
-rw-r--r--subx/010---vm.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/010---vm.cc b/subx/010---vm.cc
index 3def0ff9..9fbecbc0 100644
--- a/subx/010---vm.cc
+++ b/subx/010---vm.cc
@@ -240,6 +240,7 @@ inline uint32_t* mem_addr_u32(uint32_t addr) {
     }
   }
   if (result == NULL) {
+    if (Trace_file) Trace_file.flush();
     raise << "Tried to access uninitialized memory at address 0x" << HEXWORD << addr << '\n' << end();
     raise << "The entire 4-byte word should be initialized and lie in a single segment.\n" << end();
   }
danisanti/profani-tty/blame/src/plugins/callbacks.h?id=310abd401d9706cb633308cfa2c78317c720d417'>^
41fe8c22 ^


fb347855 ^
a14b7815 ^
41fe8c22 ^
71879a3f ^
41fe8c22 ^

a14b7815 ^
41fe8c22 ^
606a860b ^
71879a3f ^
41fe8c22 ^



606a860b ^
71879a3f ^
41fe8c22 ^





606a860b ^

41fe8c22 ^

5cabcf9b ^
c8d09083 ^
5cabcf9b ^

a779ad07 ^

1a7eb007 ^
0d7b4cb4 ^
41fe8c22 ^
5f393a6d ^
41fe8c22 ^

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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77