diff options
Diffstat (limited to 'rts/StgCRun.c')
-rw-r--r-- | rts/StgCRun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/StgCRun.c b/rts/StgCRun.c index b439b7e36a..25a931994d 100644 --- a/rts/StgCRun.c +++ b/rts/StgCRun.c @@ -880,7 +880,7 @@ StgRun(StgFunPtr f, StgRegTable *basereg) { those regs not used in Thumb mode. Hard to judge if this is needed, but certainly Haskell code is using them for placing GHC's virtual registers there. See - includes/stg/MachRegs.h Please note that Haskell code is + rts/include/stg/MachRegs.h Please note that Haskell code is compiled by GHC/LLVM into ARM code (not Thumb!), at least as of February 2012 */ : "%r4", "%r5", "%r6", "%r8", "%r9", "%r10", "%11", "%ip", "%lr" |