Fix #if condition

This commit is contained in:
0xd4d 2020-02-05 00:13:25 +01:00
parent 11643f59d2
commit ca8adb8591
1 changed files with 1 additions and 1 deletions

View File

@ -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;