mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-26 05:56:51 +00:00
Avoid C++ comment in C sources
lib/Target/X86/Disassembler/X86DisassemblerDecoder.c:1361:7: error: C++ style comments are not allowed in ISO C90 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200153 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
224d6bbafc
commit
fdfcf71598
@ -1358,7 +1358,7 @@ static int readModRM(struct InternalInstruction* insn) {
|
||||
break;
|
||||
case 0x1:
|
||||
insn->displacementSize = 1;
|
||||
// FALLTHROUGH
|
||||
/* FALLTHROUGH */
|
||||
case 0x2:
|
||||
insn->eaDisplacement = (mod == 0x1 ? EA_DISP_8 : EA_DISP_32);
|
||||
switch (rm) {
|
||||
|
Loading…
Reference in New Issue
Block a user