From 25bbc2fa8cf12a0cd05320cf8e3abdabb567e6e9 Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Mon, 30 Jul 2018 13:36:33 -0400 Subject: [PATCH] SIM_CARD: Minor fix to allow better integration for other simulators. --- sim_card.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sim_card.c b/sim_card.c index 7605d4a..9bfd34b 100644 --- a/sim_card.c +++ b/sim_card.c @@ -62,12 +62,13 @@ and the backward translation table. Which is generated from the table. */ -#if defined(USE_SIM_CARD) #include #include "sim_defs.h" #include "sim_card.h" +#if defined(USE_SIM_CARD) + #define card_ctx up8 #define CARD_EOF 0x1000 /* This card is end of file card. */