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

Unified Diff: newlib/libc/machine/x86_64/x86_64mach.h

Issue 917463003: Avoid writing the sandbox base address to memory in setjmp and memcpy (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-newlib.git@master
Patch Set: review Created 5 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 | « newlib/libc/machine/x86_64/memcpy.S ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: newlib/libc/machine/x86_64/x86_64mach.h
diff --git a/newlib/libc/machine/x86_64/x86_64mach.h b/newlib/libc/machine/x86_64/x86_64mach.h
index 9f64a3a62499ac793ca2a5dfb311d158db09c6f5..57e66775ca56be2c2d6c582aea26cb59f6117316 100644
--- a/newlib/libc/machine/x86_64/x86_64mach.h
+++ b/newlib/libc/machine/x86_64/x86_64mach.h
@@ -58,6 +58,8 @@
#define r14d REG(r14d)
#define r15d REG(r15d)
+#define r8b REG(r8b)
+
#define st0 REG(st)
#define st1 REG(st(1))
#define st2 REG(st(2))
« no previous file with comments | « newlib/libc/machine/x86_64/memcpy.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698