~ubuntu-branches/ubuntu/trusty/luajit/trusty

« back to all changes in this revision

Viewing changes to src/jit/dis_ppc.lua

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2013-05-20 18:08:12 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20130520180812-h514ggtgxg3nqmxl
Tags: 2.0.1+hotfix1+dfsg-1
* New upsream release
* Packaging moved to git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
----------------------------------------------------------------------------
2
2
-- LuaJIT PPC disassembler module.
3
3
--
 
4
-- Copyright (C) 2005-2013 Mike Pall. All rights reserved.
4
5
-- Released under the MIT/X license. See Copyright Notice in luajit.h
5
6
----------------------------------------------------------------------------
6
7
-- This is a helper module used by the LuaJIT machine code dumper module.