Skip to content

Commit

Permalink
Adding OCClassRefType to switch statements (mirroring X8664Processor)
Browse files Browse the repository at this point in the history
  • Loading branch information
iccir committed Feb 4, 2012
1 parent 7aa75f5 commit 66940a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/Processors/X86Processor.m
Expand Up @@ -1152,6 +1152,10 @@ - (void)commentForLine: (Line*)inLine;

case PStringType:
case PointerType:
case OCClassRefType:
case OCMsgRefType:
case OCSelRefType:
case OCSuperRefType:
theSymPtr = theDummyPtr;

break;
Expand Down Expand Up @@ -1452,6 +1456,7 @@ - (void)commentForMsgSend: (char*)ioComment
break;

case PointerType:
case OCClassRefType:
className = classNamePtr;
break;

Expand Down

0 comments on commit 66940a1

Please sign in to comment.