Add compile-time option for architecture mode
This allows to decode x86-32 machine code on a 64-bit platform (but not vice versa). As a side-effect, we also get rid of pointer-size detection for architecture selection.
This commit is contained in:
1
meson_options.txt
Normal file
1
meson_options.txt
Normal file
@@ -0,0 +1 @@
|
||||
option('archmode', type: 'combo', choices: ['32', '64'])
|
||||
Reference in New Issue
Block a user