2.9BSD/usr/src/lib/c/sys/sync.s
Compare this file to the similar file:
23: V6/usr/source/s5/sync.s
23: Mini-Unix/usr/source/s5/sync.s
23: PWB1/sys/source/s4/sync.s
Show the results in this format:
/ (void) sync(); .globl _sync _sync: mov r5,-(sp) mov sp,r5 sys sync mov (sp)+,r5 rts pc