Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
1215d238
Commit
1215d238
authored
Feb 09, 2005
by
wolfgang
Browse files
[project @ 2005-02-09 15:59:35 by wolfgang]
PowerPC: #ifdef darwin_REGS -> #if darwin_REGS
parent
bd3ac0d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/MachRegs.h
View file @
1215d238
/* -----------------------------------------------------------------------------
* $Id: MachRegs.h,v 1.2
1
2005/0
1/28 12:55:51 simonmar
Exp $
* $Id: MachRegs.h,v 1.2
2
2005/0
2/09 15:59:35 wolfgang
Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -457,7 +457,7 @@
#define REG_R7 r20
#define REG_R8 r21
#if
def
darwin_REGS
#if darwin_REGS
#define REG_F1 f14
#define REG_F2 f15
...
...
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