Fix build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26171 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
#ifndef _KERNEL_M68K_ARCH_PLATFORM_H
|
#ifndef _KERNEL_M68K_ARCH_PLATFORM_H
|
||||||
#define _KERNEL_M68K_ARCH_PLATFORM_H
|
#define _KERNEL_M68K_ARCH_PLATFORM_H
|
||||||
|
|
||||||
|
#include <OS.h>
|
||||||
#include <arch/platform.h>
|
#include <arch/platform.h>
|
||||||
|
|
||||||
struct real_time_data;
|
struct real_time_data;
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ check_cpu_features()
|
|||||||
const tos_cookie *c;
|
const tos_cookie *c;
|
||||||
uint16 cpu_type, fpu_type, fpu_emul;
|
uint16 cpu_type, fpu_type, fpu_emul;
|
||||||
uint16 machine_type;
|
uint16 machine_type;
|
||||||
int fpu;
|
int fpu = 0;
|
||||||
|
|
||||||
c = tos_find_cookie('_CPU');
|
c = tos_find_cookie('_CPU');
|
||||||
if (!c) {
|
if (!c) {
|
||||||
|
|||||||
@@ -22,8 +22,10 @@ static M68KPlatform *sM68KPlatform;
|
|||||||
|
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
M68KPlatform::M68KPlatform(m68k_platform_type platformType)
|
M68KPlatform::M68KPlatform(platform_type platformType,
|
||||||
: fPlatformType(platformType)
|
m68k_platform_type m68kPlatformType)
|
||||||
|
: fPlatformType(platformType),
|
||||||
|
fM68KPlatformType(m68kPlatformType)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user