PERFORCE change 73548 for review

Juli Mallett jmallett at FreeBSD.org
Sat Mar 19 16:28:05 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=73548

Change 73548 by jmallett at jmallett_windward on 2005/03/20 00:27:05

	Typo.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/genassym.c#16 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/genassym.c#16 (text+ko) ====

@@ -165,18 +165,18 @@
 ASSYM(TF_REG_SP, offsetof(struct trapframe, tf_regs[TF_SP]));
 ASSYM(TF_PPL, offsetof(struct trapframe, tf_ppl));
 
-ASSYM(PCB_REG_S0, offsetof(struct pcb, pcb_regs[PCB_REG_S0]))
-ASSYM(PCB_REG_S1, offsetof(struct pcb, pcb_regs[PCB_REG_S1]))
-ASSYM(PCB_REG_S2, offsetof(struct pcb, pcb_regs[PCB_REG_S2]))
-ASSYM(PCB_REG_S3, offsetof(struct pcb, pcb_regs[PCB_REG_S3]))
-ASSYM(PCB_REG_S4, offsetof(struct pcb, pcb_regs[PCB_REG_S4]))
-ASSYM(PCB_REG_S5, offsetof(struct pcb, pcb_regs[PCB_REG_S5]))
-ASSYM(PCB_REG_S6, offsetof(struct pcb, pcb_regs[PCB_REG_S6]))
-ASSYM(PCB_REG_S7, offsetof(struct pcb, pcb_regs[PCB_REG_S7]))
-ASSYM(PCB_REG_S8, offsetof(struct pcb, pcb_regs[PCB_REG_S8]))
-ASSYM(PCB_REG_SP, offsetof(struct pcb, pcb_regs[PCB_REG_SP]))
-ASSYM(PCB_REG_SR, offsetof(struct pcb, pcb_regs[PCB_REG_SR]))
-ASSYM(PCB_REG_RA, offsetof(struct pcb, pcb_regs[PCB_REG_RA]))
+ASSYM(PCB_REG_S0, offsetof(struct pcb, pcb_regs[PCB_REG_S0]));
+ASSYM(PCB_REG_S1, offsetof(struct pcb, pcb_regs[PCB_REG_S1]));
+ASSYM(PCB_REG_S2, offsetof(struct pcb, pcb_regs[PCB_REG_S2]));
+ASSYM(PCB_REG_S3, offsetof(struct pcb, pcb_regs[PCB_REG_S3]));
+ASSYM(PCB_REG_S4, offsetof(struct pcb, pcb_regs[PCB_REG_S4]));
+ASSYM(PCB_REG_S5, offsetof(struct pcb, pcb_regs[PCB_REG_S5]));
+ASSYM(PCB_REG_S6, offsetof(struct pcb, pcb_regs[PCB_REG_S6]));
+ASSYM(PCB_REG_S7, offsetof(struct pcb, pcb_regs[PCB_REG_S7]));
+ASSYM(PCB_REG_S8, offsetof(struct pcb, pcb_regs[PCB_REG_S8]));
+ASSYM(PCB_REG_SP, offsetof(struct pcb, pcb_regs[PCB_REG_SP]));
+ASSYM(PCB_REG_SR, offsetof(struct pcb, pcb_regs[PCB_REG_SR]));
+ASSYM(PCB_REG_RA, offsetof(struct pcb, pcb_regs[PCB_REG_RA]));
 
 ASSYM(VM_MIN_ADDRESS, VM_MIN_ADDRESS);
 ASSYM(VM_MAXUSER_ADDRESS, VM_MAXUSER_ADDRESS);


More information about the p4-projects mailing list