Skip to content
Snippets Groups Projects
Commit 1437d14a authored by Horst Schirmeier's avatar Horst Schirmeier
Browse files

wmoo: address update

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1086 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
parent 94361fb4
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment