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

Unified Diff: src/trusted/service_runtime/nacl_syscall_handlers_gen.py

Issue 10919162: [MIPS] Implementation of sel_ldr for MIPS architecture. (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Rebase (Saturday morning). Created 8 years, 3 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 | « src/trusted/service_runtime/nacl_signal_common.c ('k') | src/trusted/service_runtime/posix/nacl_signal.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/nacl_syscall_handlers_gen.py
diff --git a/src/trusted/service_runtime/nacl_syscall_handlers_gen.py b/src/trusted/service_runtime/nacl_syscall_handlers_gen.py
index 7f5671207737c87b4bbc64cbe6c7bf80fd823e67..7d9b16726662fe687afc555a8e8d0b985701e4c0 100755
--- a/src/trusted/service_runtime/nacl_syscall_handlers_gen.py
+++ b/src/trusted/service_runtime/nacl_syscall_handlers_gen.py
@@ -83,6 +83,8 @@ ARG_REGISTERS = {
# more untrusted stack space / memory/cache bandwidth, but we had
# to save these arguments somewhere, either in a processor context
# or on-stack, anyway.
+ 'mips-32': [],
+ # 'mips-32': [ 'a0', 'a1', 'a2', 'a3'],
}
# Our syscall handling code, in nacl_syscall.S, always pushes the
« no previous file with comments | « src/trusted/service_runtime/nacl_signal_common.c ('k') | src/trusted/service_runtime/posix/nacl_signal.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698