This commit is contained in:
Kartik Agaram 2018-11-05 22:43:28 -08:00
parent 8b0e960dbb
commit 0fe9e7b9dc
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ initialize-trace-stream:
c7 0/copy 1/mod/*+disp8 0/rm32/EAX . . . . 8/disp8 0xff4/imm32 # copy 0xff4 to *(EAX+8)
c3/return
# Append to the given trace stream.
# Append a string to the given trace stream.
# Silently give up if it's already full. Or truncate the string if there isn't enough room.
trace: # t : (address trace-stream), line : string
# prolog
55/push-EBP