1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-22 05:05:03 +00:00

Make -mserialize-volatile the default. Correctly, this time.

This commit is contained in:
miod
2025-10-05 18:40:17 +00:00
parent 62301aef01
commit d7efe478bf
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ extern enum processor_type m88k_cpu;
#define VERSION_INFO "m88k"
#define TARGET_VERSION fprintf (stderr, " (%s)", VERSION_INFO)
#define TARGET_DEFAULT (MASK_CHECK_ZERO_DIV)
#define TARGET_DEFAULT (MASK_CHECK_ZERO_DIV | MASK_SERIALIZE_VOLATILE)
#define CPU_DEFAULT MASK_88100
#define OVERRIDE_OPTIONS m88k_override_options ()

View File

@@ -49,7 +49,7 @@ Target Report RejectNegative Mask(USE_DIV)
Use the \"div\" instruction for signed integer divide
mserialize-volatile
Target Report Mask(SERIALIZE_VOLATILE) Init(1)
Target Report Mask(SERIALIZE_VOLATILE)
Force serialization on volatile memory access
mmemcpy