-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
from data import * | ||
from DigitalBridge.meta import * | ||
|
||
Transor("Digital Bridge 2", | ||
{ HG("", | ||
Metaface({(Isa.MIPS32, Up.USR)}, {Kernel.LINUX}, {Syslib.DEFAULT}, {Lib.ANY}), | ||
Metaface({(Isa.X86, Up.USR)}, {Kernel.LINUX}), | ||
term=Term.USER_LEVEL_BINARY_TRANSLATOR_WITH_LIB_PASS_THROUGH | ||
)}, | ||
Date(2006), parent=Digital_Bridge, dev=Dev.WCG_LAB, | ||
feat=''' | ||
Dynamic + static bt | ||
lib wrapper | ||
''', | ||
desc="2006: 二进制翻译中的库函数处理", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters