tun2socks 0.0.1

High performance tun2socks
Documentation
/*
 ============================================================================
 Name        : hev-task-execute-la64.s
 Author      : Heiher <r@hev.cc>
 Copyright   : Copyright (c) 2020 everyone.
 Description :
 ============================================================================
 */

    .globl hev_task_execute
    .type hev_task_execute, @function

hev_task_execute:
    ld.d  $t0, $a0, 0
    st.d  $sp, $t0, -8
    st.d  $ra, $t0, -16
    addi.d  $sp, $t0, -16

    jirl  $ra, $a1, 0

    ld.d  $ra, $sp, 0
    ld.d  $sp, $sp, 8
    jirl  $zero, $ra, 0

    .size hev_task_execute, . - hev_task_execute