Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CertiCompil
CompCert-KVX
Commits
916cdf93
Commit
916cdf93
authored
Jan 30, 2019
by
Cyril SIX
Browse files
long types are 8 bytes now
parent
472a0e03
Changes
1
Hide whitespace changes
Inline
Side-by-side
cparser/Machine.ml
View file @
916cdf93
...
...
@@ -239,6 +239,7 @@ let rv64 =
let
mppa_k1c
=
{
ilp32ll64
with
sizeof_ptr
=
8
;
sizeof_long
=
8
;
name
=
"k1c"
;
char_signed
=
true
;
supports_unaligned_accesses
=
true
}
...
...
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