Changeset 2217ac3 in mainline for src/main/main.c
- Timestamp:
- 2005-05-03T11:30:21Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f4e706
- Parents:
- 2a0047fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/main.c
r2a0047fc r2217ac3 64 64 * the linker with appropriate sizes and addresses. 65 65 */ 66 __ u32hardcoded_load_address = 0;66 __address hardcoded_load_address = 0; 67 67 __u32 hardcoded_ktext_size = 0; 68 68 __u32 hardcoded_kdata_size = 0;
Note:
See TracChangeset
for help on using the changeset viewer.