Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
3dc2953a
Commit
3dc2953a
authored
Nov 27, 2007
by
Simon Marlow
Browse files
add missing instruction: ALLOC_AP_NOUPD
parent
770dd811
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Disassembler.c
View file @
3dc2953a
...
...
@@ -148,6 +148,9 @@ disInstr ( StgBCO *bco, int pc )
case
bci_ALLOC_AP
:
debugBelch
(
"ALLOC_AP %d words
\n
"
,
instrs
[
pc
]
);
pc
+=
1
;
break
;
case
bci_ALLOC_AP_NOUPD
:
debugBelch
(
"ALLOC_AP_NOUPD %d words
\n
"
,
instrs
[
pc
]
);
pc
+=
1
;
break
;
case
bci_ALLOC_PAP
:
debugBelch
(
"ALLOC_PAP %d arity, %d words
\n
"
,
instrs
[
pc
],
instrs
[
pc
+
1
]
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment