pike.git/
src/
opcodes.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-11-17
2003-11-17 15:05:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
40734a22b4d3608699e33eeedcbdb7e8a7c2e1df (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/opcodes.c:1.160
2:
|| 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:
} #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