mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Add scouts honor escape hatch for source embedding
This commit is contained in:
parent
c91b3c5006
commit
b4269930f7
547 changed files with 1516 additions and 944 deletions
|
@ -35,4 +35,4 @@ fesetround:
|
|||
pop %rcx
|
||||
ret
|
||||
.endfn fesetround,globl,hidden
|
||||
.yoink __FILE__
|
||||
.source __FILE__
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
│ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA │
|
||||
│ 02110-1301 USA │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/macros.inc"
|
||||
#include "libc/macros.h"
|
||||
|
||||
feraiseexcept:
|
||||
and $0x3f,%edi
|
||||
|
@ -27,4 +27,4 @@ feraiseexcept:
|
|||
xor %eax,%eax
|
||||
ret
|
||||
.endfn feraiseexcept,globl
|
||||
.yoink __FILE__
|
||||
.source __FILE__
|
||||
|
|
|
@ -36,4 +36,4 @@ fesetenv:
|
|||
add $40,%rsp
|
||||
ret
|
||||
.endfn fesetenv,globl
|
||||
.yoink __FILE__
|
||||
.source __FILE__
|
||||
|
|
|
@ -29,4 +29,4 @@ fetestexcept:
|
|||
and %edi,%eax
|
||||
ret
|
||||
.endfn fetestexcept,globl
|
||||
.yoink __FILE__
|
||||
.source __FILE__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue