Don't intentionally enable integer overflow traps (ITOH Yasufumi)

Closes port-alpha/10065
This commit is contained in:
ross 2002-01-21 23:40:41 +00:00
parent 60eebeccec
commit 2bd74b6c24
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: divrem.m4,v 1.8 2000/06/14 06:49:01 cgd Exp $ */
/* $NetBSD: divrem.m4,v 1.9 2002/01/21 23:40:41 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
')