Skip to content
Snippets Groups Projects
Commit 623a7c05 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-01-19 16:44:51 by sewardj]

Add comment about code generation for debug tracing.
parent 25a35596
No related merge requests found
......@@ -49,6 +49,8 @@ stmt2Instrs stmt = case stmt of
StFunBegin lab -> returnInstr (IF_ARCH_alpha(FUNBEGIN lab,LABEL lab))
#else
-- StFunBegin, special tracing code for x86-Linux only
-- requires you to supply
-- void native_trace ( char* str )
StFunBegin lab -> getUniqLabelNCG `thenUs` \ str_lbl ->
returnUs (mkSeqInstrs [
LABEL lab,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment