mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negatives
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4412 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c5adf6a88d
commit
bf6247fb76
6 changed files with 29 additions and 16 deletions
|
@ -464,7 +464,7 @@ static inline void ia64_apply_fixes (uint8_t **gen_code_pp,
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_NO_DYNGEN_OP
|
||||
#ifdef CONFIG_DYNGEN_OP
|
||||
|
||||
#if defined __hppa__
|
||||
struct hppa_branch_stub {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue