コード例 #1
0
    def fastcall_calling_convention(self, value):
        """
		Sets the fastcall calling convention
		"""
        core.BNRegisterPlatformFastcallCallingConvention(
            self.handle, value.handle)
コード例 #2
0
	def fastcall_calling_convention(self, value):
		core.BNRegisterPlatformFastcallCallingConvention(self.handle, value.handle)