Merge pull request #1302 from MeteorsLiu/move-embdemo

chore: move _embdemo to _demo
This commit is contained in:
xushiwei
2025-09-21 11:36:38 +08:00
committed by GitHub
6 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import (
"unsafe"
"github.com/goplus/lib/c"
"github.com/goplus/llgo/_embdemo/esp32/watchdog"
"github.com/goplus/llgo/_demo/embed/esp32/watchdog"
)
//

View File

@@ -3,7 +3,7 @@ package main
import (
_ "unsafe"
"github.com/goplus/llgo/_embdemo/esp32/watchdog"
"github.com/goplus/llgo/_demo/embed/esp32/watchdog"
)
//
@@ -278,7 +278,7 @@ func testMultiplicationFunctions() {
// Test muldi3 - signed 64-bit multiplication
assertEqualInt64("muldi3", muldi3(5, 4), 20)
assertEqualInt64("mul3", muldi3(-5, 4), -20)
assertEqualInt64("muldi3", muldi3(-5, 4), -20)
assertEqualInt64("muldi3", muldi3(5, -4), -20)
// Test muldf3 - double precision multiplication