Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Francesco Gazzetta
Glasgow Haskell Compiler
Commits
76769bdf
Commit
76769bdf
authored
Jun 21, 2017
by
Ben Gamari
🐢
Browse files
Revert "rts: Suppress unused gcc_clear_cache warning"
This reverts commit
d1d3e984
.
parent
d1d3e984
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/sm/Storage.c
View file @
76769bdf
...
...
@@ -1345,8 +1345,6 @@ StgWord calcTotalCompactW (void)
writing code into memory, so the processor reliably sees it. */
void
flushExec
(
W_
len
,
AdjustorExecutable
exec_addr
)
{
/* warning suppression */
(
void
)
gcc_clear_cache
;
#if defined(i386_HOST_ARCH) || defined(x86_64_HOST_ARCH)
/* x86 doesn't need to do anything, so just suppress some warnings. */
(
void
)
len
;
...
...
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