Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1411 → Rev 1412

/drivers/ddk/string/strncmp.S
7,6 → 7,7
.intel_syntax
 
.globl _strncmp
.globl _strcmp
 
.text
.align 16
13,3 → 14,9
_strncmp:
mov ecx, [esp+12] # Maximum length
jmp __strncmp # Common code
 
 
.align 16
_strcmp:
mov ecx, -1 # Maximum length
jmp __strncmp # Common code