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

Unified Diff: tests/dynamic_code_loading/templates.h

Issue 9328024: Merge 7712 - Ensure super instructions are marked during dynamic code modification. (Closed) Base URL: svn://svn.chromium.org/native_client/branches/963/src/native_client/
Patch Set: '' Created 8 years, 10 months 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 | « tests/dynamic_code_loading/dynamic_modify_test.c ('k') | tests/dynamic_code_loading/templates_x86.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/dynamic_code_loading/templates.h
===================================================================
--- tests/dynamic_code_loading/templates.h (revision 7726)
+++ tests/dynamic_code_loading/templates.h (working copy)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011 The Native Client Authors. All rights reserved.
+ * Copyright (c) 2012 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -34,6 +34,10 @@
extern char template_instr_end;
extern char template_instr_replace;
extern char template_instr_replace_end;
+extern char jump_into_super_inst_original;
+extern char jump_into_super_inst_original_end;
+extern char jump_into_super_inst_modified;
+extern char jump_into_super_inst_modified_end;
#endif
extern char template_func_external_jump_target;
« no previous file with comments | « tests/dynamic_code_loading/dynamic_modify_test.c ('k') | tests/dynamic_code_loading/templates_x86.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698