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:
hsc
2012-04-17 13:37:46 +00:00
parent 94361fb473
commit 1437d14a67

View File

@ -9,10 +9,10 @@
// main() address:
// nm -C vanilla.elf|fgrep main
#define WEATHER_FUNC_MAIN 0x001010f0
#define WEATHER_FUNC_MAIN 0x001010b0
// Temperature::measure() address:
// 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
#define WEATHER_NUMINSTR 10000
// data/BSS begin: