mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Renaming and documentating header
This commit is contained in:
parent
9880eadf4f
commit
8158ac647c
19 changed files with 305 additions and 225 deletions
|
|
@ -29,7 +29,7 @@ uint32_t metered_run(uint32_t num_instr) {
|
|||
switch(evt.typ) {
|
||||
case UVM32_EVT_SYSCALL: {
|
||||
TEST_ASSERT_EQUAL(UVM32_SYSCALL_PRINTDEC, evt.data.syscall.code);
|
||||
uint32_t val = uvm32_getval(&vmst, &evt, ARG0);
|
||||
uint32_t val = uvm32_arg_getval(&vmst, &evt, ARG0);
|
||||
TEST_ASSERT_EQUAL(val, expected);
|
||||
expected++;
|
||||
} break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue