Warn about automatic instruction alterations

Step 1 of #986
This commit is contained in:
ISSOtm
2022-05-21 21:49:07 +02:00
parent b037d54f64
commit 97c326942f
6 changed files with 71 additions and 4 deletions

View File

@@ -16,7 +16,9 @@
#include "helpers.h"
extern bool haltnop;
extern bool warnOnHaltNop;
extern bool optimizeLoads;
extern bool warnOnLdOpt;
extern bool verbose;
extern bool warnings; /* True to enable warnings, false to disable them. */