Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
99b614eb
Commit
99b614eb
authored
Sep 09, 2004
by
simonpj
Browse files
[project @ 2004-09-09 21:33:07 by simonpj]
Fix apparent typo in call to debugBelch; Win32 only I think
parent
03e2a10d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Linker.c
View file @
99b614eb
...
...
@@ -2042,7 +2042,7 @@ ocResolve_PEi386 ( ObjectCode* oc )
*
pP
=
S
-
((
UInt32
)
pP
)
-
4
;
break
;
default:
debugBelch
(
(
"%s: unhandled PEi386 relocation type %d"
,
debugBelch
(
"%s: unhandled PEi386 relocation type %d"
,
oc
->
fileName
,
reltab_j
->
Type
);
return
0
;
}
...
...
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