Skip to content

Commit

Permalink
Fix issue #14
Browse files Browse the repository at this point in the history
Issue referenced by #14

This old code caused the new CodeView 4 format to be restrained by the limits from the older formats.
  • Loading branch information
Etienne Cimon committed May 6, 2014
1 parent 7f31c61 commit 5019934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cv/qsortlin.asm
Expand Up @@ -399,8 +399,8 @@ QSORT_INIT PROC NEAR PRIVATE
MOV QN_COUNT,EAX
MOV EDI,EAX

CMP EAX,64K
JAE L8$
;CMP EAX,64K
;JAE L8$
;
;EAX IS # OF SYMBOLS
;
Expand Down

0 comments on commit 5019934

Please sign in to comment.