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

Unified Diff: tests/dynamic_code_loading/templates_arm.S

Issue 5738003: Resurrect Petr's 64-bit dynamic code modification CL:... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 10 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
Index: tests/dynamic_code_loading/templates_arm.S
===================================================================
--- tests/dynamic_code_loading/templates_arm.S (revision 3931)
+++ tests/dynamic_code_loading/templates_arm.S (working copy)
@@ -4,6 +4,26 @@
* be found in the LICENSE file.
*/
+
+ .global template_func_misaligned_replacement
+ .global template_func_misaligned_replacement_end
+ .global template_func_illegal_call_target
+ .global template_func_illegal_call_target_end
+ .global template_func_illegal_register_replacement
+ .global template_func_illegal_register_replacement_end
+ .global template_func_illegal_guard_replacement
+ .global template_func_illegal_guard_replacement_end
+template_func_misaligned_replacement:
+template_func_illegal_call_target:
+template_func_illegal_register_replacement:
+template_func_illegal_guard_replacement
+ /* Not implemented */
+ bkpt 0x7777 /* hlt */
+template_func_misaligned_replacement_end:
+template_func_illegal_call_target_end:
+template_func_illegal_register_replacement_end:
+template_func_illegal_guard_replacement_end:
+
.global template_func
.global template_func_end
template_func:

Powered by Google App Engine
This is Rietveld 408576698