Assume TYPE_STR is returned in exactly the same way as TYPE_PTR is
This commit is contained in:
parent
bae2a582f1
commit
157a968372
@ -502,6 +502,7 @@ bool LibCheck(Function & pProc)
|
|||||||
case TYPE_BYTE_SIGN: case TYPE_BYTE_UNSIGN:
|
case TYPE_BYTE_SIGN: case TYPE_BYTE_UNSIGN:
|
||||||
pProc.liveOut.setReg(rAL);
|
pProc.liveOut.setReg(rAL);
|
||||||
break;
|
break;
|
||||||
|
case TYPE_STR:
|
||||||
case TYPE_PTR:
|
case TYPE_PTR:
|
||||||
fprintf(stderr,"Warning assuming Large memory model\n");
|
fprintf(stderr,"Warning assuming Large memory model\n");
|
||||||
pProc.liveOut.setReg(rAX).addReg(rDS);
|
pProc.liveOut.setReg(rAX).addReg(rDS);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user