Merge pull request #437 in SEL4/sel4 from ~ADANIS/sel4:stubgen to master

* commit '59d48b778b6daf50cc612f7bd4f64c9d1bdf2e21':
  Let x86_64 CallWithMRs
This commit is contained in:
Adrian Danis 2016-10-27 02:54:57 +00:00
commit cb79c0dd97

View file

@ -58,6 +58,7 @@ WORD_SIZE_BITS_ARCH = {
MESSAGE_REGISTERS_FOR_ARCH = {
"aarch32": 4,
"ia32": 2,
"x86_64": 2,
"arm_hyp": 4,
}