2024-12-24 19:40:24 +07:00
|
|
|
// Copyright 2024 The Go Authors. All rights reserved.
|
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
2025-02-14 12:42:07 +07:00
|
|
|
#include "textflag.h"
|
2024-12-24 19:40:24 +07:00
|
|
|
|
2025-02-14 12:42:07 +07:00
|
|
|
TEXT ·currentMemory(SB), NOSPLIT, $0
|
|
|
|
|
Get SP
|
|
|
|
|
CurrentMemory
|
|
|
|
|
I32Store ret+0(FP)
|
|
|
|
|
RET
|