comparison m68k_core.c @ 2389:66b3f2eda0c8

Fix regression in savestate loading
author Michael Pavone <pavone@retrodev.com>
date Fri, 24 Nov 2023 14:44:01 -0800
parents f8b5142c06aa
children bf4f1a8d1d48
comparison
equal deleted inserted replaced
2388:a8c069d847a0 2389:66b3f2eda0c8
1310 context->current_cycle = load_int32(buf); 1310 context->current_cycle = load_int32(buf);
1311 context->int_cycle = load_int32(buf); 1311 context->int_cycle = load_int32(buf);
1312 context->int_num = load_int8(buf); 1312 context->int_num = load_int8(buf);
1313 context->int_pending = load_int8(buf); 1313 context->int_pending = load_int8(buf);
1314 context->trace_pending = load_int8(buf); 1314 context->trace_pending = load_int8(buf);
1315 } 1315 context->stack_storage_count = 0;
1316 }