replace %ecx with %cl to silence new assembler warnings.
This commit is contained in:
parent
5cb98b6cb9
commit
98b0d5654c
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: db_dbgreg.s,v 1.2 1998/12/01 04:31:00 thorpej Exp $ */
|
||||
/* $NetBSD: db_dbgreg.s,v 1.3 2001/09/24 01:09:33 sommerfeld Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
|
@ -161,13 +161,13 @@ ENTRY(dr3)
|
|||
|
||||
movzbl B_ARG1, %eax
|
||||
andb $3, %al
|
||||
addb $0x10, %ecx
|
||||
addb $0x10, %cl
|
||||
shll %cl, %eax
|
||||
orl %eax, %edx
|
||||
|
||||
movzbl B_ARG2, %eax
|
||||
andb $3, %al
|
||||
addb $0x2, %ecx
|
||||
addb $0x2, %cl
|
||||
shll %cl, %eax
|
||||
orl %eax, %edx
|
||||
|
||||
|
|
Loading…
Reference in New Issue