other-licenses/7zstub/src/7zip/Compress/Branch/x86.h

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 // x86.h
     3 #ifndef __X86_H
     4 #define __X86_H
     6 #include "BranchCoder.h"
     7 #include "BranchX86.h"
     9 struct CBranch86
    10 {
    11   UInt32 _prevMask;
    12   UInt32 _prevPos;
    13   void x86Init() { x86_Convert_Init(_prevMask, _prevPos); }
    14 };
    16 MyClassB(BCJ_x86, 0x01, 3, CBranch86 , 
    17     virtual void SubInit() { x86Init(); })
    19 #endif

mercurial