Commit 45bb1931 authored by Jacob.Bramley@arm.com's avatar Jacob.Bramley@arm.com

ARM64: Fix build warning in r23732.

BUG=
R=ulan@chromium.org

Review URL: https://codereview.chromium.org/548493002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23733 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d0054c75
...@@ -537,7 +537,7 @@ class Simulator : public DecoderVisitor { ...@@ -537,7 +537,7 @@ class Simulator : public DecoderVisitor {
enum PrintFPRegisterSizes { enum PrintFPRegisterSizes {
kPrintDRegValue = 1 << kDRegSize, kPrintDRegValue = 1 << kDRegSize,
kPrintSRegValue = 1 << kSRegSize, kPrintSRegValue = 1 << kSRegSize,
kPrintAllFPRegValues = kPrintDRegValue | kPrintSRegValue, kPrintAllFPRegValues = kPrintDRegValue | kPrintSRegValue
}; };
// Print individual register values (after update). // Print individual register values (after update).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment