URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1580 |
Rev 1584 |
Line 377... |
Line 377... |
struct hist_exec *cur;
|
struct hist_exec *cur;
|
if(!config.sim.history) {
|
if(!config.sim.history) {
|
PRINTF("Simulation history disabled.\n");
|
PRINTF("Simulation history disabled.\n");
|
return 0;
|
return 0;
|
}
|
}
|
for(i = HISTEXEC_LEN, cur = hist_exec_tail->prev; i; i--, cur = cur->prev)
|
for(i = HISTEXEC_LEN, cur = hist_exec_tail->next; i; i--, cur = cur->next)
|
dumpmemory(cur->addr, cur->addr + 4, 1, 1);
|
dumpmemory(cur->addr, cur->addr + 4, 1, 1);
|
PRINTF("\n");
|
PRINTF("\n");
|
return 0;
|
return 0;
|
}
|
}
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.