pe32+ target: add in various #define's
This commit is contained in:
2
tcc.h
2
tcc.h
@ -491,11 +491,13 @@ struct TCCState {
|
||||
struct InlineFunc **inline_fns;
|
||||
int nb_inline_fns;
|
||||
|
||||
#ifndef TCC_TARGET_PE
|
||||
#ifdef TCC_TARGET_X86_64
|
||||
/* write PLT and GOT here */
|
||||
char *runtime_plt_and_got;
|
||||
unsigned int runtime_plt_and_got_offset;
|
||||
#endif
|
||||
#endif
|
||||
};
|
||||
|
||||
/* The current value can be: */
|
||||
|
||||
Reference in New Issue
Block a user