mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
update
This commit is contained in:
@@ -177,7 +177,7 @@ class gc_manager
|
|||||||
++memory[addr].refcnt;
|
++memory[addr].refcnt;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::cout<<">> [Gc] fatal error: unexpected memory place ";
|
std::cout<<">> [Gc] fatal error: reference unexpected memory place ";
|
||||||
prt_hex(addr);
|
prt_hex(addr);
|
||||||
std::cout<<" ."<<std::endl;
|
std::cout<<" ."<<std::endl;
|
||||||
error_occurred=true;
|
error_occurred=true;
|
||||||
@@ -209,7 +209,7 @@ class gc_manager
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::cout<<">> [Gc] fatal error: unexpected memory address: ";
|
std::cout<<">> [Gc] fatal error: delete unexpected memory address: ";
|
||||||
prt_hex(addr);
|
prt_hex(addr);
|
||||||
std::cout<<" ."<<std::endl;
|
std::cout<<" ."<<std::endl;
|
||||||
error_occurred=true;
|
error_occurred=true;
|
||||||
|
|||||||
+2451
-951
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user