Changeset 258 for soft/giet_vm/dhrystone
- Timestamp:
- Dec 4, 2013, 7:48:04 PM (11 years ago)
- Location:
- soft/giet_vm/dhrystone
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/dhrystone/dhry.h
r241 r258 361 361 362 362 #include <stdio.h> 363 #include <utils.h>364 363 #include <string.h> 365 364 #include <malloc.h> -
soft/giet_vm/dhrystone/dhrystone.ld
r241 r258 3 3 *****************************************************************************/ 4 4 5 seg_data_base = 0x00800000;6 5 seg_code_base = 0x00400000; 6 seg_data_base = 0x00500000; 7 7 8 8 /***************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.