ext2spice.c: ifdef for !MAGIC_WRAPPER build

This commit is contained in:
Darryl L. Miles 2025-10-08 23:12:35 +01:00 committed by R. Timothy Edwards
parent 9ca81f8ea6
commit 53e7dfe04c
1 changed files with 1 additions and 1 deletions

View File

@ -1002,6 +1002,7 @@ runexttospice:
} }
} }
#ifdef MAGIC_WRAPPER
if (esFormat == CDL) if (esFormat == CDL)
{ {
/* In CDL format, if the global substrate ends with "!" then /* In CDL format, if the global substrate ends with "!" then
@ -1038,7 +1039,6 @@ runexttospice:
} }
} }
#ifdef MAGIC_WRAPPER
if (EFCompat == TRUE) if (EFCompat == TRUE)
{ {
/* Keep a pointer to the "GND" variable, if it exists. */ /* Keep a pointer to the "GND" variable, if it exists. */