mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: change textflags from numbers to symbols
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12798043
This commit is contained in:
parent
2791ef0b67
commit
e838334beb
36 changed files with 156 additions and 119 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "runtime.h"
|
||||
#include "type.h"
|
||||
#include "../../cmd/ld/textflag.h"
|
||||
|
||||
#define M0 (sizeof(uintptr)==4 ? 2860486313UL : 33054211828000289ULL)
|
||||
#define M1 (sizeof(uintptr)==4 ? 3267000013UL : 23344194077549503ULL)
|
||||
|
|
@ -499,7 +500,7 @@ runtime·hashinit(void)
|
|||
}
|
||||
|
||||
// func equal(t *Type, x T, y T) (ret bool)
|
||||
#pragma textflag 7
|
||||
#pragma textflag NOSPLIT
|
||||
void
|
||||
runtime·equal(Type *t, ...)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue