Chromium Code Reviews
DescriptionFix base register for stack variables in ARM integrated assembler.
When translating an Variable without a register, the code assumes the
variable is on the stack using sp. This is still true. However, if it
is a (derived class) StackVariable, the register defined by
getBaseRegNum() should be used instead.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=4334
R=jpp@chromium.org, stichnot@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=57586f731ecfd18527434b5256f991bdf2e80192
Patch Set 1 #Patch Set 2 : Initial patch set. #Patch Set 3 : Fix minor mistake #Messages
Total messages: 7 (2 generated)
|