~ubuntu-branches/ubuntu/precise/gzip/precise

« back to all changes in this revision

Viewing changes to msdos/match.asm

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-10-19 11:42:42 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20111019114242-d8wiiu8kbvdtgmgj
Tags: 1.4-1ubuntu1
* Merge with Debian testing.  Remaining Ubuntu changes:
  - debian/{control,rules}: Remove the Win32 build and mingw64
    build-dependency, since mingw is in universe, and will remain so for
    the forseeable future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
; only if the arrays are guaranteed to have zero offset (allocated by
19
19
; halloc). We also require SS==DS. This is satisfied for MSC but not Turbo C.
20
20
 
21
 
; $Id: match.asm,v 0.6 1993/01/21 18:49:05 jloup Exp $
22
 
 
23
21
        name    match
24
22
 
25
23
ifndef DYN_ALLOC
233
231
maxmatch:                               ; come here if maximum match
234
232
        cmpsb                           ; increment si and di
235
233
        jmp     mismatch                ; force match_length = MAX_LENGTH
236
 
        
 
234
 
237
235
_longest_match  endp
238
236
 
239
237
_TEXT   ends