mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Declare Maxmem on arm. This should have been part of r277532.
This commit is contained in:
parent
f62ae5518e
commit
8436f7fe62
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#ifndef _MACHINE_MD_VAR_H_
|
||||
#define _MACHINE_MD_VAR_H_
|
||||
|
||||
extern long Maxmem;
|
||||
extern char sigcode[];
|
||||
extern int szsigcode;
|
||||
extern uint32_t *vm_page_dump;
|
||||
|
|
|
|||
Loading…
Reference in a new issue