Fix this slightly better by using NON_GPROF_RET instead of duplicating

hard-coded asm.

Suggested by:	bde
This commit is contained in:
jhb 2000-12-01 05:29:21 +00:00
parent f026e943b6
commit 9221b3fdc3
3 changed files with 3 additions and 3 deletions

View File

@ -1670,4 +1670,4 @@ NON_GPROF_ENTRY(__bb_init_func)
movl bbhead,%edx
movl %edx,16(%eax)
movl %eax,bbhead
.byte 0xc3 /* avoid macro for `ret' */
NON_GPROF_RET

View File

@ -1670,4 +1670,4 @@ NON_GPROF_ENTRY(__bb_init_func)
movl bbhead,%edx
movl %edx,16(%eax)
movl %eax,bbhead
.byte 0xc3 /* avoid macro for `ret' */
NON_GPROF_RET

View File

@ -1670,4 +1670,4 @@ NON_GPROF_ENTRY(__bb_init_func)
movl bbhead,%edx
movl %edx,16(%eax)
movl %eax,bbhead
.byte 0xc3 /* avoid macro for `ret' */
NON_GPROF_RET