Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
9141ff87
Commit
9141ff87
authored
Dec 13, 2008
by
Matthias Braun
Browse files
redefine mode_E to 96 bits
[r24618]
parent
ac9e2a13
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irmode.c
View file @
9141ff87
...
...
@@ -745,7 +745,9 @@ void init_mode(void) {
newmode
.
name
=
new_id_from_chars
(
"E"
,
1
);
newmode
.
code
=
irm_E
;
newmode
.
sign
=
1
;
newmode
.
size
=
80
;
/* note that the tarval module is calculating with 80 bits, but we use
* 96 bits, as that is what will be stored to memory by most hardware */
newmode
.
size
=
96
;
mode_E
=
register_mode
(
&
newmode
);
...
...
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