From c8853ef7015fb6ea4549b386de821abc2796c811 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 6 Nov 2007 23:07:06 +0000 Subject: 2007-11-06 Dave Brolley * syscall.h (SYS_reconfig): New macro. --- libgloss/syscall.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libgloss/syscall.h') diff --git a/libgloss/syscall.h b/libgloss/syscall.h index 38bedaae6..3db9db142 100644 --- a/libgloss/syscall.h +++ b/libgloss/syscall.h @@ -51,4 +51,8 @@ #define SYS_argc 22 #define SYS_argnlen 23 #define SYS_argn 24 + +/* SID simulator runtime reconfiguration. */ +#define SYS_reconfig 25 + #endif -- cgit v1.2.3