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

Unified Diff: src/trusted/service_runtime/nacl_error_code.h

Issue 4181005: Fixes some bugs with memory setup and halt-sled allocation and... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 10 years, 1 month 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 | « src/trusted/service_runtime/nacl.scons ('k') | src/trusted/service_runtime/nacl_text.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/nacl_error_code.h
===================================================================
--- src/trusted/service_runtime/nacl_error_code.h (revision 3633)
+++ src/trusted/service_runtime/nacl_error_code.h (working copy)
@@ -46,6 +46,8 @@
LOAD_NO_DATA_BUT_RODATA_NOT_LAST_SEGMENT,
LOAD_TEXT_OVERLAPS_RODATA,
LOAD_TEXT_OVERLAPS_DATA,
+ LOAD_BAD_RODATA_ALIGNMENT,
+ LOAD_BAD_DATA_ALIGNMENT,
LOAD_UNLOADABLE,
LOAD_BAD_ELF_TEXT,
LOAD_TEXT_SEG_TOO_BIG,
« no previous file with comments | « src/trusted/service_runtime/nacl.scons ('k') | src/trusted/service_runtime/nacl_text.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698