mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 20:44:37 +03:00
Minor code cleanup, fixed 64-bit BMI and BMI2 instructions
This commit is contained in:
@@ -8,13 +8,10 @@
|
||||
// disassembled in your IDE or by your favourite disassembler. Instructions
|
||||
// are grouped by category and then sorted alphabetically.
|
||||
|
||||
// [Dependencies - AsmJit]
|
||||
// [Dependencies]
|
||||
#include "../asmjit/asmjit.h"
|
||||
|
||||
// [Dependencies - Test]
|
||||
#include "./asmjit_test_opcode.h"
|
||||
|
||||
// [Dependencies - C]
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user