mirror of https://github.com/icedland/iced.git
Fix #if condition
This commit is contained in:
parent
11643f59d2
commit
ca8adb8591
|
@ -21,7 +21,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#if !NO_MASM
|
||||
#if !NO_GAS || !NO_INTEL || !NO_MASM || !NO_NASM
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
|
Loading…
Reference in New Issue