anthony-a
|
694e1498f4
|
merge change from branch into mainline. <fingers crossed>
|
2010-04-06 19:10:21 +00:00 |
|
adamdunkels
|
49e9b0bdcb
|
Fixed compiler warning
|
2009-09-09 21:10:35 +00:00 |
|
oliverschmidt
|
2b24ec3189
|
The cc65 compiler has a bug that doesn't allow to initialize an automatic struct with references to automatic variables. Therefore I changed the timetable used for measuring the timestamping time from automatic to static - which wastes some bytes in the data segment. If this isn't generally acceptable then an #ifdef __CC65__ seems to be the appropriate approach.
|
2008-02-28 22:43:40 +00:00 |
|
adamdunkels
|
7b71f23abe
|
Factored out the time table keeping code from the profiling code and placed it in a separate 'timetable' module, that may be uesd on its own.
|
2008-01-17 12:19:25 +00:00 |
|