Fixing stack traces, making lr BC... to diff from stack scribble BE...

This commit is contained in:
Ben Vanik
2015-05-20 23:28:34 -07:00
parent 5e5eb47789
commit ad72c193a6
5 changed files with 18 additions and 18 deletions

View File

@@ -220,7 +220,7 @@ class TestRunner {
}
auto ctx = thread_state->context();
ctx->lr = 0xBEBEBEBE;
ctx->lr = 0xBCBCBCBC;
fn->Call(thread_state.get(), uint32_t(ctx->lr));
// Assert test state expectations.