mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
rename the table
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27737 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
27e98aa07c
commit
3033d4d375
@ -375,7 +375,7 @@ int main() {
|
||||
|
||||
// Build up the table to emit.
|
||||
std::cout << "\n// This table is 6561*4 = 26244 bytes in size.\n";
|
||||
std::cout << "static const unsigned InstrTab[6561+1] = {\n";
|
||||
std::cout << "static const unsigned PerfectShuffleTable[6561+1] = {\n";
|
||||
|
||||
for (unsigned i = 0; i != 0x8889; ++i) {
|
||||
if (!isValidMask(i)) continue;
|
||||
|
Loading…
Reference in New Issue
Block a user