diff options
Diffstat (limited to '010---vm.cc')
-rw-r--r-- | 010---vm.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/010---vm.cc b/010---vm.cc index 877f4655..f00c54b5 100644 --- a/010---vm.cc +++ b/010---vm.cc @@ -208,7 +208,6 @@ inline uint32_t* mem_addr_u32(uint32_t addr) { if (result == NULL) { if (Trace_file.is_open()) 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(); exit(1); } return result; |