ByteCodePrinter.h 114 B

12345678
  1. #ifndef BYTECODEPRINTER_H
  2. #define BYTECODEPRINTER_H
  3. #include "vm/ByteCode.h"
  4. void btPrint(ByteCode* bt);
  5. #endif