mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add powerpc.h. Still missing powerpc.[ch] in gprof, but this gets
the MI stuff out of the way. Approved: re (rwatson)
This commit is contained in:
parent
17c5113a22
commit
bdaf0d3b7d
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@
|
|||
#if __sparc64__
|
||||
# include "sparc64.h"
|
||||
#endif
|
||||
#if __powerpc__
|
||||
# include "powerpc.h"
|
||||
#endif
|
||||
#if vax
|
||||
# include "vax.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue