diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-06-10 18:47:50 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-10 18:47:50 +0000 |
commit | d7d02fe9098f35f1f2024a99b0b203cc2772c608 (patch) | |
tree | d6670bcb3410fc7a0eac4cb259f34b035ec61b3d /pkg/sentry/time | |
parent | 500928d53a3078c1417570c0e5f328cad7333d37 (diff) | |
parent | 6d43ac9574a16b09a6e6bc9907d4a0270be54b2f (diff) |
Merge release-20200522.0-117-g6d43ac957 (automated)
Diffstat (limited to 'pkg/sentry/time')
-rw-r--r-- | pkg/sentry/time/muldiv_arm64.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/sentry/time/muldiv_arm64.s b/pkg/sentry/time/muldiv_arm64.s index 5ad57a8a3..8afc62d53 100644 --- a/pkg/sentry/time/muldiv_arm64.s +++ b/pkg/sentry/time/muldiv_arm64.s @@ -12,12 +12,15 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include "funcdata.h" #include "textflag.h" // Documentation is available in parameters.go. // // func muldiv64(value, multiplier, divisor uint64) (uint64, bool) TEXT ·muldiv64(SB),NOSPLIT,$40-33 + GO_ARGS + NO_LOCAL_POINTERS MOVD value+0(FP), R0 MOVD multiplier+8(FP), R1 MOVD divisor+16(FP), R2 |