summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scheme/ao_scheme_poly.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scheme/ao_scheme_poly.c b/src/scheme/ao_scheme_poly.c
index 2ea221ec..70e577a2 100644
--- a/src/scheme/ao_scheme_poly.c
+++ b/src/scheme/ao_scheme_poly.c
@@ -82,6 +82,7 @@ static const struct ao_scheme_funcs ao_scheme_funcs[AO_SCHEME_NUM_TYPE] = {
static void ao_scheme_invalid_write(ao_poly p) {
printf("??? 0x%04x ???", p);
+ ao_scheme_abort();
}
static const struct ao_scheme_funcs ao_scheme_invalid_funcs = {