Changes in trunk/src/sh_kern.c [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_kern.c
r1 r3 859 859 * Stored(old) is system_call_code[] 860 860 */ 861 if (sh.flag.checkSum == SH_CHECK_INIT )861 if (sh.flag.checkSum == SH_CHECK_INIT || sh.flag.update == S_TRUE) 862 862 { 863 863 store0 = 0; store1 = 0; store2 = 0; … … 935 935 * Stored(old) is sh_syscalls[] array. 936 936 */ 937 if (sh.flag.checkSum == SH_CHECK_INIT )937 if (sh.flag.checkSum == SH_CHECK_INIT || sh.flag.update == S_TRUE) 938 938 { 939 939 for (i = 0; i < SH_MAXCALLS; ++i) … … 1125 1125 if (ShKernIDT == S_TRUE) 1126 1126 { 1127 if (sh.flag.checkSum == SH_CHECK_INIT )1127 if (sh.flag.checkSum == SH_CHECK_INIT || sh.flag.update == S_TRUE) 1128 1128 { 1129 1129 datasize = 8; … … 1447 1447 * Stored(old) is sh_syscalls[] array. 1448 1448 */ 1449 if (sh.flag.checkSum == SH_CHECK_INIT )1449 if (sh.flag.checkSum == SH_CHECK_INIT || sh.flag.update == S_TRUE) 1450 1450 { 1451 1451 for (i = 0; i < SH_MAXCALLS; ++i)
Note:
See TracChangeset
for help on using the changeset viewer.