Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
983a0f01
Commit
983a0f01
authored
Sep 09, 2006
by
Ian Lynagh
Browse files
8 byte align data. Fixes SIBGUSs on HPPA/Linux.
parent
001f1658
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/Stg.h
View file @
983a0f01
...
...
@@ -127,8 +127,8 @@ typedef StgWord64 LW_;
#define EF_(f) extern F_ f(void)
typedef
StgWord
StgWordArray
[];
#define EI_
extern StgWordArray
#define II_
static StgWordArray
#define EI_
(X)
extern StgWordArray
(X) GNU_ATTRIBUTE(aligned (8))
#define II_
(X)
static StgWordArray
(X) GNU_ATTRIBUTE(aligned (8))
/* -----------------------------------------------------------------------------
Tail calls
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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