Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2005 00:28:04 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 73548 for review
Message-ID:  <200503200028.j2K0S48C052285@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=73548

Change 73548 by jmallett@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503200028.j2K0S48C052285>