Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
SquirrelJME
Commits
a6da2d82
Commit
a6da2d82
authored
Jul 18, 2021
by
Stephanie Gawroriski
Browse files
Add missing thread model property.
parent
f2b59ae3
Pipeline
#39182
passed with stages
in 1 minute and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
emulators/summercoat-vm/src/main/java/cc/squirreljme/vm/summercoat/SummerCoatFactory.java
View file @
a6da2d82
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
package
cc.squirreljme.vm.summercoat
;
package
cc.squirreljme.vm.summercoat
;
import
cc.squirreljme.emulator.vm.VMThreadModel
;
import
cc.squirreljme.jdwp.JDWPFactory
;
import
cc.squirreljme.jdwp.JDWPFactory
;
import
cc.squirreljme.jvm.config.ConfigRomKey
;
import
cc.squirreljme.jvm.config.ConfigRomKey
;
import
cc.squirreljme.runtime.cldc.debug.Debugging
;
import
cc.squirreljme.runtime.cldc.debug.Debugging
;
...
@@ -78,7 +79,7 @@ public class SummerCoatFactory
...
@@ -78,7 +79,7 @@ public class SummerCoatFactory
*/
*/
@Override
@Override
protected
VirtualMachine
createVM
(
ProfilerSnapshot
__ps
,
protected
VirtualMachine
createVM
(
ProfilerSnapshot
__ps
,
JDWPFactory
__jdwp
,
VMSuiteManager
__sm
,
JDWPFactory
__jdwp
,
VMThreadModel
__threadModel
,
VMSuiteManager
__sm
,
VMClassLibrary
[]
__cp
,
String
__maincl
,
Map
<
String
,
String
>
__sprops
,
VMClassLibrary
[]
__cp
,
String
__maincl
,
Map
<
String
,
String
>
__sprops
,
String
[]
__args
)
String
[]
__args
)
throws
IllegalArgumentException
,
NullPointerException
,
VMException
throws
IllegalArgumentException
,
NullPointerException
,
VMException
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment