This commit is contained in:
ross 2002-01-24 00:45:22 +00:00
parent abdba34017
commit e31435237d

View File

@ -1,4 +1,4 @@
/* $NetBSD: divrem.m4,v 1.5 1996/10/17 04:26:25 cgd Exp $ */
/* $NetBSD: divrem.m4,v 1.6 2002/01/24 00:45:22 ross Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@ -171,7 +171,7 @@ ifelse(OP, `div',
ifelse(S, `true',
`
/* Check to see if we should negate it. */
subqv zero, RESULT, T_0
subq zero, RESULT, T_0
cmovlbs NEG, T_0, RESULT
')