mirror of
https://github.com/RPCS3/asmjit.git
synced 2026-01-31 01:35:21 +01:00
Fixed MSVC compilation issues.
This commit is contained in:
@@ -20,7 +20,8 @@ namespace asmjit {
|
||||
// ============================================================================
|
||||
|
||||
// Prevent static initialization.
|
||||
struct Operand {
|
||||
class Operand {
|
||||
public:
|
||||
struct BaseOp {
|
||||
uint8_t op;
|
||||
uint8_t size;
|
||||
|
||||
@@ -20,8 +20,8 @@ namespace asmjit {
|
||||
// [Forward Declarations]
|
||||
// ============================================================================
|
||||
|
||||
struct Assembler;
|
||||
struct Compiler;
|
||||
class Assembler;
|
||||
class Compiler;
|
||||
|
||||
//! \addtogroup asmjit_base
|
||||
//! \{
|
||||
|
||||
Reference in New Issue
Block a user