mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 14:00:19 -04:00
13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
$NetBSD: patch-ao,v 1.1 2005/10/20 17:48:49 wiz Exp $
|
|
|
|
--- gdb/i386nbsd-tdep.c.orig 2004-02-22 09:20:22.000000000 -0700
|
|
+++ gdb/i386nbsd-tdep.c
|
|
@@ -137,7 +137,6 @@ i386nbsd_sigtramp_offset (CORE_ADDR pc)
|
|
{
|
|
unsigned char ret[sizeof(sigtramp_retcode)], insn;
|
|
LONGEST off;
|
|
- int i;
|
|
|
|
if (read_memory_nobpt (pc, &insn, 1) != 0)
|
|
return -1;
|