Browse Source

Assume TYPE_STR is returned in exactly the same way as TYPE_PTR is

nemerle 8 years ago
parent
commit
157a968372
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/chklib.cpp

+ 1 - 0
src/chklib.cpp

@@ -502,6 +502,7 @@ bool LibCheck(Function & pProc)
                         case TYPE_BYTE_SIGN: case TYPE_BYTE_UNSIGN:
                             pProc.liveOut.setReg(rAL);
                             break;
+                        case TYPE_STR:
                         case TYPE_PTR:
                             fprintf(stderr,"Warning assuming Large memory model\n");
                             pProc.liveOut.setReg(rAX).addReg(rDS);