debugger: Fix error message.
parent
5759f72745
commit
cc9449c5a9
|
@ -112,8 +112,8 @@ HOOK: signal-error. os ( obj -- )
|
||||||
"Cannot resolve C library function" print
|
"Cannot resolve C library function" print
|
||||||
"Symbol: " write dup third symbol>string print
|
"Symbol: " write dup third symbol>string print
|
||||||
"Library: " write fourth .
|
"Library: " write fourth .
|
||||||
"You are probably missing a library or the library path is wrong." .
|
"You are probably missing a library or the library path is wrong." print
|
||||||
"See http://concatenative.org/wiki/view/Factor/Requirements" . ;
|
"See http://concatenative.org/wiki/view/Factor/Requirements" print ;
|
||||||
|
|
||||||
: stack-underflow. ( obj name -- )
|
: stack-underflow. ( obj name -- )
|
||||||
write " stack underflow" print drop ;
|
write " stack underflow" print drop ;
|
||||||
|
|
Loading…
Reference in New Issue