From a90b629e6fe7420caeb0f7494f712c9664afbdc8 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 6 Nov 2006 15:31:22 +0000 Subject: [PATCH] * a question for hunt --- runtime/sym.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/sym.c b/runtime/sym.c index 5f2cfc2ca..2a823ca9b 100644 --- a/runtime/sym.c +++ b/runtime/sym.c @@ -40,7 +40,7 @@ static unsigned long _stp_module_relocate (const char *module, const char *secti } /* need to scan all modules */ - for (i = 1; i < _stp_num_modules; i++) { + for (i = 1; i < _stp_num_modules; i++) { /* XXX: why start at i=1? */ last = _stp_modules[i]; if (strcmp(module, last->name)) continue; -- 2.43.5