aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/vm/instructions.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/instructions.go b/core/vm/instructions.go
index 0689ee39c..3a67e1865 100644
--- a/core/vm/instructions.go
+++ b/core/vm/instructions.go
@@ -850,7 +850,7 @@ func makePush(size uint64, pushByteSize int) executionFunc {
}
}
-// make push instruction function
+// make dup instruction function
func makeDup(size int64) executionFunc {
return func(pc *uint64, evm *EVM, contract *Contract, memory *Memory, stack *Stack) ([]byte, error) {
stack.dup(evm.interpreter.intPool, int(size))
c1e3bc5cc63c70'>- No need to define USE_REINPLACE these dayspav2009-01-091-1/+0 * Forgot varnishtest(1) man page.des2008-11-181-1/+2 * Upgrade to 2.0.2.des2008-11-183-11/+5 * Varnish has its own mechanism for dropping privs, and will not work ifdes2008-11-181-2/+11 * Revert the addition of varnishd_user and varnishd_group. They are magicdes2008-11-034-9/+6 * Upgrade to 2.0.1.des2008-10-203-8/+9 * Run varnishd as www:wwwdes2008-10-201-2/+6 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * Upgrade to 1.1.2.des2007-12-204-24/+44 * Apply patch for Varnish bug #150.des2007-08-292-1/+19 * Bump port revision to mark the addition of four missing plist entries.des2007-08-231-0/+1 * (annoyed grunt)des2007-08-221-0/+4 * Upgrade to 1.1.1.des2007-08-219-153/+6 * Tweak previous commit.des2007-07-292-2/+1 * Fix plist.des2007-07-292-1/+4 * Correct @dirrmtry syntax.des2007-07-261-1/+1 * Upgrade to 1.1 + vendor patches for a number of regressions.des2007-07-259-7/+163 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 * Fix the rc scripts so it is actually possible to override the defaults.des2007-06-103-15/+13 * Fix typo in varnishlog.in.des2007-06-052-1/+2 * Upgrade to 1.0.4.des2007-05-255-8/+67 * Upgrade to 1.0.3.des2007-02-202-5/+4 * Add startup script.des2006-11-222-1/+34 * Correct man page listing.des2006-11-151-2/+4 * Upgrade to 1.0.2.des2006-11-093-7/+8 * Upgrade to 1.0.1 (fixes a bug that affects performance under high load)des2006-09-212-4/+4 * Jump the gun on the Varnish 1.0 release.des2006-09-204-12/+19 * Varnish requires FreeBSD 6.1 or newer to run.des2006-08-151-1/+7