mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
auto-generate Arduino example, to keep in sync
This commit is contained in:
parent
7a1656ab10
commit
9ca720d35c
9 changed files with 22 additions and 980 deletions
|
|
@ -70,7 +70,7 @@ void uvm32_init(uvm32_state_t *vmst) {
|
|||
vmst->status = UVM32_STATUS_PAUSED;
|
||||
|
||||
vmst->extramLen = 0;
|
||||
vmst->extram = UVM32_NULL;
|
||||
vmst->extram = (uint32_t *)UVM32_NULL;
|
||||
vmst->extramDirty = false;
|
||||
|
||||
vmst->core.pc = MINIRV32_RAM_IMAGE_OFFSET;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue