Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateLocalSP (0.09 sec)

  1. src/cmd/internal/obj/wasm/wasmobj.go

    					updateLocalSP(w)
    				}
    
    			default:
    				panic("bad type for Call")
    			}
    
    		case ACallIndirect:
    			writeUleb128(w, uint64(p.To.Offset))
    			w.WriteByte(0x00) // reserved value
    			if hasLocalSP {
    				// The stack may have moved, which changes SP. Update the local SP variable.
    				updateLocalSP(w)
    			}
    
    		case AI32Const, AI64Const:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 34.6K bytes
    - Viewed (0)
Back to top