Skip to content

Commit

Permalink
Repair merge damage
Browse files Browse the repository at this point in the history
  • Loading branch information
kg committed May 6, 2023
1 parent b3f7277 commit 28bbc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/wasm/runtime/jiterpreter-trace-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.

import { mono_assert, MonoMethod } from "./types";
import { Module } from "./imports";
import { Module } from "./globals";
import { NativePointer } from "./types/emscripten";
import {
getU16, getI16,
Expand Down

0 comments on commit 28bbc99

Please sign in to comment.