mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix compilation on OpenBSD: avoid accidental system include file use
git-svn-id: svn://coreboot.org/openbios/openbios-devel@246 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#include "psr.h"
|
||||
#include "asi.h"
|
||||
#include "asm/asi.h"
|
||||
#include "asm/crs.h"
|
||||
#define __ASSEMBLY__
|
||||
#include "openbios/firmware_abi.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "psr.h"
|
||||
#include "asi.h"
|
||||
#include "asm/asi.h"
|
||||
#define ASI_BP ASI_M_BYPASS
|
||||
#define REGWIN_SZ 0x40
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#define __ASSEMBLY
|
||||
#include "psr.h"
|
||||
#include "asi.h"
|
||||
#include "asm/asi.h"
|
||||
#define SER_ADDR5 0x71100004
|
||||
#define SER_ADDR10 0xf1100004
|
||||
|
||||
|
||||
@@ -177,6 +177,9 @@ static void write_dictionary(char *filename)
|
||||
.relocation = -1,
|
||||
.length = target_ulong(dicthead),
|
||||
.last = target_ucell(((unsigned long)last-(unsigned long)dict)),
|
||||
.reserved[0] = 0,
|
||||
.reserved[1] = 0,
|
||||
.reserved[2] = 0,
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user