comparison m68k_to_x86.h @ 544:8a26567852b7

Generate native_addr and native_addr_and_sync at runtime so they can use the generated save/load_context functions
author Michael Pavone <pavone@retrodev.com>
date Sun, 16 Feb 2014 19:21:39 -0800
parents 915a1cb98bac
children 67cf0ce57d8d
comparison
equal deleted inserted replaced
543:915a1cb98bac 544:8a26567852b7
40 uint8_t *trap; 40 uint8_t *trap;
41 uint8_t *save_context; 41 uint8_t *save_context;
42 uint8_t *load_context; 42 uint8_t *load_context;
43 start_fun start_context; 43 start_fun start_context;
44 uint8_t *retrans_stub; 44 uint8_t *retrans_stub;
45 uint8_t *native_addr;
46 uint8_t *native_addr_and_sync;
45 } x86_68k_options; 47 } x86_68k_options;
46 48
47 typedef struct { 49 typedef struct {
48 uint8_t flags[5]; 50 uint8_t flags[5];
49 uint8_t status; 51 uint8_t status;