diff options
| author | Mike Pall <mike> | 2012-06-08 20:54:47 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2012-06-08 21:14:33 +0200 |
| commit | cccf7638989275e57377e2e25595213caacb7da3 (patch) | |
| tree | 40aa697533f22adbd3cbef8f36148abb29ec0de1 /lib/dis_mipsel.lua | |
| parent | 7266e27404caf007e3ff3fc4e204ea6d4c6a4670 (diff) | |
| download | luajit-cccf7638989275e57377e2e25595213caacb7da3.tar.gz luajit-cccf7638989275e57377e2e25595213caacb7da3.tar.bz2 luajit-cccf7638989275e57377e2e25595213caacb7da3.zip | |
Move lib/* to src/jit/*.
Diffstat (limited to 'lib/dis_mipsel.lua')
| -rw-r--r-- | lib/dis_mipsel.lua | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/dis_mipsel.lua b/lib/dis_mipsel.lua deleted file mode 100644 index 4c5a6515..00000000 --- a/lib/dis_mipsel.lua +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | ---------------------------------------------------------------------------- | ||
| 2 | -- LuaJIT MIPSEL disassembler wrapper module. | ||
| 3 | -- | ||
| 4 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | ||
| 5 | -- Released under the MIT license. See Copyright Notice in luajit.h | ||
| 6 | ---------------------------------------------------------------------------- | ||
| 7 | -- This module just exports the little-endian functions from the | ||
| 8 | -- MIPS disassembler module. All the interesting stuff is there. | ||
| 9 | ------------------------------------------------------------------------------ | ||
| 10 | |||
| 11 | local require = require | ||
| 12 | |||
| 13 | module(...) | ||
| 14 | |||
| 15 | local dis_mips = require(_PACKAGE.."dis_mips") | ||
| 16 | |||
| 17 | create = dis_mips.create_el | ||
| 18 | disass = dis_mips.disass_el | ||
| 19 | regname = dis_mips.regname | ||
| 20 | |||
