Fix parameter name mismatch in use of DEFUN.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 4 Feb 1994 01:01:15 +0000 (01:01 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 4 Feb 1994 01:01:15 +0000 (01:01 +0000)
v7/src/microcode/cmpintmd/hppa.h
v8/src/microcode/cmpintmd/hppa.h

index 4bbcd95b1445035b061e542a9cb46ebaaa5b15c1..b523c3e99f9d71fe9f7fd022bd02895645687eb6 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: hppa.h,v 1.49 1994/02/01 02:45:56 gjr Exp $
+$Id: hppa.h,v 1.50 1994/02/04 01:01:15 gjr Exp $
 
 Copyright (c) 1989-1994 Massachusetts Institute of Technology
 
@@ -640,7 +640,7 @@ DEFUN (assemble_12, (inst), union branch_inst inst)
 static unsigned long hppa_closure_hook = 0;
 
 static unsigned long
-DEFUN (C_closure_entry_point, (closure), unsigned long C_closure)
+DEFUN (C_closure_entry_point, (C_closure), unsigned long C_closure)
 {
   if ((C_closure & 0x3) != 0x2)
     return (C_closure);
index 4bbcd95b1445035b061e542a9cb46ebaaa5b15c1..b523c3e99f9d71fe9f7fd022bd02895645687eb6 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: hppa.h,v 1.49 1994/02/01 02:45:56 gjr Exp $
+$Id: hppa.h,v 1.50 1994/02/04 01:01:15 gjr Exp $
 
 Copyright (c) 1989-1994 Massachusetts Institute of Technology
 
@@ -640,7 +640,7 @@ DEFUN (assemble_12, (inst), union branch_inst inst)
 static unsigned long hppa_closure_hook = 0;
 
 static unsigned long
-DEFUN (C_closure_entry_point, (closure), unsigned long C_closure)
+DEFUN (C_closure_entry_point, (C_closure), unsigned long C_closure)
 {
   if ((C_closure & 0x3) != 0x2)
     return (C_closure);