Extend a hack to also hack around PC98's definition of __i386__
This commit is contained in:
parent
97ec57d9a1
commit
c23cda8580
@ -546,7 +546,7 @@ set_dumper(struct dumperinfo *di)
|
||||
return (0);
|
||||
}
|
||||
|
||||
#ifndef __i386__
|
||||
#if !defined(__i386__) || defined(PC98)
|
||||
void
|
||||
dumpsys(struct dumperinfo *di __unused)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user