[GHC] #12838: On iOS, sys_icache_invalidate called with an end pointer instead of a size
GHC
ghc-devs at haskell.org
Wed Nov 16 04:08:39 UTC 2016
#12838: On iOS, sys_icache_invalidate called with an end pointer instead of a size
-------------------------------------+-------------------------------------
Reporter: shlevy | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Runtime System | Version: 8.1
Resolution: | Keywords:
Operating System: Other | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"0135188fecfc679a498093f8fc5f665d706fa4cb/ghc" 0135188/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="0135188fecfc679a498093f8fc5f665d706fa4cb"
Storage.c: Pass a size to sys_icache_invalidate
The previous code passed an end pointer, but the interface takes a size
instead.
Fixes #12838.
Reviewers: austin, erikd, simonmar, bgamari
Reviewed By: simonmar, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2711
GHC Trac Issues: #12838
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12838#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list