mirror of
https://github.com/pnx/m16vm
synced 2026-06-23 10:13:40 +02:00
mm: change variable name from "memory" to "mm_base_addr"
This commit is contained in:
parent
e92b7ee551
commit
76a72e6857
3 changed files with 9 additions and 9 deletions
2
vm/mm.h
2
vm/mm.h
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
extern uint8_t *memory;
|
||||
extern uint8_t *mm_base_addr;
|
||||
|
||||
void mm_init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue