mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Change C++ style comments to C style comments in X86 disassembler. Patch from Joe Abbey.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141162 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
13d31e0368
commit
41e59c7c34
@ -933,7 +933,7 @@ static int getID(struct InternalInstruction* insn) {
|
||||
|
||||
spec = specifierForUID(instructionID);
|
||||
|
||||
// Borrow opcode from one of the other XCHGar opcodes
|
||||
/* Borrow opcode from one of the other XCHGar opcodes */
|
||||
insn->opcode = 0x91;
|
||||
|
||||
if (getIDWithAttrMask(&instructionIDWithNewOpcode,
|
||||
@ -948,7 +948,7 @@ static int getID(struct InternalInstruction* insn) {
|
||||
|
||||
specWithNewOpcode = specifierForUID(instructionIDWithNewOpcode);
|
||||
|
||||
// Change back
|
||||
/* Change back */
|
||||
insn->opcode = 0x90;
|
||||
|
||||
insn->instructionID = instructionIDWithNewOpcode;
|
||||
|
Loading…
Reference in New Issue
Block a user