Merge pull request #437 in SEL4/sel4 from ~ADANIS/sel4:stubgen to master
* commit '59d48b778b6daf50cc612f7bd4f64c9d1bdf2e21': Let x86_64 CallWithMRs
This commit is contained in:
commit
cb79c0dd97
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ WORD_SIZE_BITS_ARCH = {
|
|||
MESSAGE_REGISTERS_FOR_ARCH = {
|
||||
"aarch32": 4,
|
||||
"ia32": 2,
|
||||
"x86_64": 2,
|
||||
"arm_hyp": 4,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue