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
a88c0985
Commit
a88c0985
authored
Jan 12, 2017
by
Christoph Mallon
Browse files
mips: Use big endian.
parent
9cf2541c
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/mips/mips_bearch.c
View file @
a88c0985
...
...
@@ -42,7 +42,7 @@ static ir_settings_arch_dep_t const mips_arch_dep = {
static
backend_params
mips_backend_params
=
{
.
experimental
=
"the MIPS backend is highly experimental and unfinished"
,
.
byte_order_big_endian
=
fals
e
,
.
byte_order_big_endian
=
tru
e
,
.
pic_supported
=
false
,
.
unaligned_memaccess_supported
=
false
,
.
modulo_shift
=
MIPS_MACHINE_SIZE
,
...
...
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