Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: src/s390/macro-assembler-s390.h

Issue 2588163002: S390: Change LoadP to LoadB for TestIfSmi (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/s390/macro-assembler-s390.h
diff --git a/src/s390/macro-assembler-s390.h b/src/s390/macro-assembler-s390.h
index d1b748d60893e0a6da599363faf3f2bbb0e64d5c..adb688b102403f080bd7ddbdb49f7263e1e85637 100644
--- a/src/s390/macro-assembler-s390.h
+++ b/src/s390/macro-assembler-s390.h
@@ -1539,7 +1539,7 @@ class MacroAssembler : public Assembler {
} else if (is_int20(value.offset())) {
tmy(value, Operand(1));
} else {
- LoadP(r0, value);
+ LoadB(r0, value);
tmll(r0, Operand(1));
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698