summaryrefslogtreecommitdiff
path: root/src/virtualmachine/Syscalls.inl
diff options
context:
space:
mode:
authorSavely Skresanov <savask@yandex.ru>2012-09-15 14:31:55 (GMT)
committer Savely Skresanov <savask@yandex.ru>2012-09-15 14:34:27 (GMT)
commitec0dfa27e888461ec85012fa23d5a26e30f0e813 (patch)
tree127dd057a10a8810ea14057d8da2e050655f3e1c /src/virtualmachine/Syscalls.inl
parentb626864293a5cb4717303245095c6d6f39c52f7d (diff)
downloadpowder-ec0dfa27e888461ec85012fa23d5a26e30f0e813.zip
powder-ec0dfa27e888461ec85012fa23d5a26e30f0e813.tar.gz
Hooked more functions to VM.
Diffstat (limited to 'src/virtualmachine/Syscalls.inl')
-rw-r--r--src/virtualmachine/Syscalls.inl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/virtualmachine/Syscalls.inl b/src/virtualmachine/Syscalls.inl
index 5281fb3..75455c1 100644
--- a/src/virtualmachine/Syscalls.inl
+++ b/src/virtualmachine/Syscalls.inl
@@ -10,3 +10,5 @@ TRAPDEF(-8, print)
TRAPDEF(-9, partCreate)
TRAPDEF(-10, partChangeType)
TRAPDEF(-11, pmapData)
+TRAPDEF(-12, deletePart)
+TRAPDEF(-13, killPart)