wmoo: address update
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1086 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -9,10 +9,10 @@
|
|||||||
|
|
||||||
// main() address:
|
// main() address:
|
||||||
// nm -C vanilla.elf|fgrep main
|
// nm -C vanilla.elf|fgrep main
|
||||||
#define WEATHER_FUNC_MAIN 0x001010f0
|
#define WEATHER_FUNC_MAIN 0x001010b0
|
||||||
// Temperature::measure() address:
|
// Temperature::measure() address:
|
||||||
// nm -C vanilla.elf|fgrep 'Temperature::measure()'
|
// nm -C vanilla.elf|fgrep 'Temperature::measure()'
|
||||||
#define WEATHER_FUNC_TEMP_MEASURE 0x001010f0
|
#define WEATHER_FUNC_TEMP_MEASURE 0x00100f10
|
||||||
// number of instructions we want to observe
|
// number of instructions we want to observe
|
||||||
#define WEATHER_NUMINSTR 10000
|
#define WEATHER_NUMINSTR 10000
|
||||||
// data/BSS begin:
|
// data/BSS begin:
|
||||||
|
|||||||
Reference in New Issue
Block a user