comparison m68k_core.h @ 2346:0111c8344477

Fix some issues identified by asan/ubsan
author Michael Pavone <pavone@retrodev.com>
date Sat, 07 Oct 2023 18:04:35 -0700
parents 4e27c36f947c
children f8b5142c06aa
comparison
equal deleted inserted replaced
2345:c76c81c21ae5 2346:0111c8344477
38 38
39 typedef struct { 39 typedef struct {
40 cpu_options gen; 40 cpu_options gen;
41 41
42 int8_t dregs[8]; 42 int8_t dregs[8];
43 int8_t aregs[8]; 43 int8_t aregs[9];
44 int8_t flag_regs[5]; 44 int8_t flag_regs[5];
45 FILE *address_log; 45 FILE *address_log;
46 code_ptr read_16; 46 code_ptr read_16;
47 code_ptr write_16; 47 code_ptr write_16;
48 code_ptr read_8; 48 code_ptr read_8;