1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-02-03 23:33:35 +00:00

- missing comment character

This commit is contained in:
tim.newsham
2008-04-26 17:15:35 +00:00
parent 47c4f5f3b4
commit 98a5d516db

View File

@@ -260,7 +260,7 @@ namei:
br 2b
3:
mov u.namep,r2 / u.namep points into a file name string
mov $u.dirbuf+2,r3 points to file name of directory entry
mov $u.dirbuf+2,r3 / points to file name of directory entry
3:
movb (r2)+,r4 / move a character from u.namep string into r4
beq 3f / if char is nul, then the last char in string has been moved
@@ -521,4 +521,4 @@ anyi: / r1 contains an i-number
rts r0 / return
1: / i-numbers match
incb 7(r2) / increment upper byte of the 4th word
rts r0 / in that fsp entry (deleted flag of fsp entry)
rts r0 / in that fsp entry (deleted flag of fsp entry)