mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
Remove unused var
This commit is contained in:
parent
ed57b62f79
commit
096efb3b2c
1 changed files with 0 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ bool get_safeptr_null_terminated(uvm32_state_t *vmst, uint32_t addr, uvm32_evt_s
|
||||||
}
|
}
|
||||||
|
|
||||||
bool get_safeptr(uvm32_state_t *vmst, uint32_t addr, uint32_t len, uvm32_evt_syscall_buf_t *buf) {
|
bool get_safeptr(uvm32_state_t *vmst, uint32_t addr, uint32_t len, uvm32_evt_syscall_buf_t *buf) {
|
||||||
uint32_t ptrstart;
|
|
||||||
if (MINIRV32_MMIO_RANGE(addr)) {
|
if (MINIRV32_MMIO_RANGE(addr)) {
|
||||||
if (vmst->extram == NULL) {
|
if (vmst->extram == NULL) {
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue