mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 14:11:40 -06:00
4.20
This commit is contained in:
committed by
Kornel Lesiński
parent
8c1b5c7b7e
commit
3c510ba80b
@@ -1,13 +1,19 @@
|
||||
// x86.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __X86_H
|
||||
#define __X86_H
|
||||
|
||||
#include "Coder.h"
|
||||
#include "BranchCoder.h"
|
||||
#include "BranchX86.h"
|
||||
|
||||
MyClass(BCJ_x86, 0x01, 3)
|
||||
// MyClass(x86_J, 0x01, 2)
|
||||
struct CBranch86
|
||||
{
|
||||
UInt32 _prevMask;
|
||||
UInt32 _prevPos;
|
||||
void x86Init() { x86_Convert_Init(_prevMask, _prevPos); }
|
||||
};
|
||||
|
||||
MyClassB(BCJ_x86, 0x01, 3, CBranch86 ,
|
||||
virtual void SubInit() { x86Init(); })
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user