diff options
Diffstat (limited to 'module/language/assembly.scm')
-rw-r--r-- | module/language/assembly.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/module/language/assembly.scm b/module/language/assembly.scm index 541096c52..95604b26a 100644 --- a/module/language/assembly.scm +++ b/module/language/assembly.scm @@ -1,6 +1,6 @@ ;;; Guile Virtual Machine Assembly -;; Copyright (C) 2001, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2009, 2010 Free Software Foundation, Inc. ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public @@ -58,8 +58,6 @@ (define *program-alignment* 8) -(define *block-alignment* 8) - (define (addr+ addr code) (fold (lambda (x len) (+ (byte-length x) len)) addr |