mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
The repository used by this port is actively maintained and there "dev" branch contains updates and fixes (including for builds on aarch64). Since the maintainer had not updated the port for more than 1 year and it had become deprecated, I'm taking over maintainership.
11 lines
398 B
C
11 lines
398 B
C
--- src/x86seg.c.orig 2020-12-01 19:49:05 UTC
|
|
+++ src/x86seg.c
|
|
@@ -3058,7 +3058,7 @@ void x86_smi_enter(void)
|
|
{
|
|
uint32_t base;
|
|
|
|
- if (!cyrix.smhr & SMHR_VALID)
|
|
+ if (!(cyrix.smhr & SMHR_VALID))
|
|
cyrix.smhr = (cyrix.arr[3].base + cyrix.arr[3].size) | SMHR_VALID;
|
|
base = cyrix.smhr & SMHR_ADDR_MASK;
|
|
|