From 40734a22b4d3608699e33eeedcbdb7e8a7c2e1df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 17 Nov 2003 16:05:49 +0100
Subject: [PATCH] Fixed typo.

Rev: src/opcodes.c:1.160
---
 src/opcodes.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/opcodes.c b/src/opcodes.c
index 749ccb96c9..a3ad1fe1b2 100644
--- a/src/opcodes.c
+++ b/src/opcodes.c
@@ -2,11 +2,11 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: opcodes.c,v 1.159 2003/11/17 14:39:47 grubba Exp $
+|| $Id: opcodes.c,v 1.160 2003/11/17 15:05:49 grubba Exp $
 */
 
 #include "global.h"
-RCSID("$Id: opcodes.c,v 1.159 2003/11/17 14:39:47 grubba Exp $");
+RCSID("$Id: opcodes.c,v 1.160 2003/11/17 15:05:49 grubba Exp $");
 #include "constants.h"
 #include "interpret.h"
 #include "opcodes.h"
@@ -401,7 +401,7 @@ void init_opcodes(void)
   }
 
 #ifdef PIKE_USE_MACHINE_CODE
-  instrs_checksum = hash_mem(instrs, sizeof(instrs), sizeof(instrs));
+  instrs_checksum = hashmem(instrs, sizeof(instrs), sizeof(instrs));
 #endif /* PIKE_USE_MACHINE_CODE */
 
 #ifdef PIKE_DEBUG
-- 
GitLab