Changeset 14319
- Timestamp:
- Oct 2, 2010, 1:52:03 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/image.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/image.c
r14295 r14319 77 77 --start; 78 78 } 79 w0 = *start; 80 fulltag = fulltag_of(w0); 81 } 82 #endif 83 #ifdef ARM 84 if (header_subtag(w0) == subtag_function) { 85 w1 = start[1]; 86 if ((w1 >= low) && (w1 < high)) { 87 start[1]=(w1+bias); 88 } 89 start+=2; 79 90 w0 = *start; 80 91 fulltag = fulltag_of(w0);
Note:
See TracChangeset
for help on using the changeset viewer.
