Fix this slightly better by using NON_GPROF_RET instead of duplicating
hard-coded asm. Suggested by: bde
This commit is contained in:
parent
f026e943b6
commit
9221b3fdc3
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user