~ubuntu-branches/ubuntu/utopic/unrar-nonfree/utopic-updates

« back to all changes in this revision

Viewing changes to rarvm.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Meredith
  • Date: 2006-11-01 11:58:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061101115820-41wn9un5v4m9r3jh
Tags: 1:3.6.8-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
    inline uint GetValue(bool ByteMode,uint *Addr);
80
80
    inline void SetValue(bool ByteMode,uint *Addr,uint Value);
81
81
    inline uint* GetOperand(VM_PreparedOperand *CmdOp);
82
 
    void PrintState(uint IP);
83
82
    void DecodeArg(VM_PreparedOperand &Op,bool ByteMode);
84
83
#ifdef VM_OPTIMIZE
85
84
    void Optimize(VM_PreparedProgram *Prg);