mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-29 17:40:42 +00:00
Bug 1050258 - ARM hard-float XPCOM: correct argument passing. r=dougc
This commit is contained in:
parent
f843e98e47
commit
d7eea06a91
@ -224,6 +224,7 @@ static inline void copy_dword(uint32_t* &ireg_args,
|
||||
*(uint64_t *)ireg_args = data;
|
||||
ireg_args += 2;
|
||||
} else {
|
||||
ireg_args = end;
|
||||
if ((uint32_t)stack_args & 4) {
|
||||
stack_args++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user