From: Robert Pengelly Date: Sun, 22 Mar 2026 13:31:31 +0000 (+0000) Subject: Switch to 387 when flat model is defined X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;p=sasm.git Switch to 387 when flat model is defined --- diff --git a/intel.c b/intel.c index 6893de7..b4e59e1 100644 --- a/intel.c +++ b/intel.c @@ -2034,7 +2034,10 @@ static void handler_model (char *start, char **pp) { state->model = 7; if (cpu_arch_flags.cpu_386) { + + machine_dependent_set_march ("i386+387"); machine_dependent_set_bits (32, 1); + } } else {