Revision: 18788
Author: [email protected]
Date: Thu Jan 23 16:07:42 2014 UTC
Log: Fix register update detection for csp.
BUG=
TEST=
[email protected], [email protected]
Review URL: https://codereview.chromium.org/143073003
http://code.google.com/p/v8/source/detail?r=18788
Modified:
/branches/experimental/a64/src/a64/simulator-a64.cc
=======================================
--- /branches/experimental/a64/src/a64/simulator-a64.cc Wed Jan 22 12:46:44
2014 UTC
+++ /branches/experimental/a64/src/a64/simulator-a64.cc Thu Jan 23 16:07:42
2014 UTC
@@ -854,7 +854,7 @@
clr_normal);
}
// Cache the new register value so the next run can detect any changes.
- last_regs[i] = xreg(i);
+ last_regs[i] = xreg(i, Reg31IsStackPointer);
}
first_run = false;
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.